Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#### Name: Site Scanner


#### Elevator Pitch:

Test out if a site is reputable by requesting the site's repuatation from Auth0, Google, and get a screenshot of the site just by entering a link. The user can enter a site, see an image and get a "yes or no" this is okay.

#### Wireframe:
![alt text](sitescanner.png "SiteScanner")


#### Dependencies:
APIs:
www.thum.io/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, this is a pretty cool API.

https://auth0.com/signals/ip
https://developers.google.com/safe-browsing/v4/request-frequency
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something to note with these APIs are that they all use API keys that shouldn't be exposed in the React app at all. If you already started incorporating them, I would just make sure you don't deploy API keys that are attached to some sort of subscription/paid API.


React:
React
react-router-dom
grid or material ui
firebase (auth)

Bonus Items:
Auth and Store Items in Firebase

#### Tasks:

1. Create basic site that renders a UI with a screenscraper and make sure this has a clean look.

2. Add testing + add Auth.

3. Add in calls to Auth0 for site usage.

4. Add testing.

5. Add in calls for Google Safe Browsing.


#### Week 1:
- Clean UI showing a screenshot of a site when entered.

#### Week 2:
- Ability to call APIs, render data and add testing. Add Auth. Determine if site is "safe" yes/no.

### Week 3:
- I need an ability to say if the site is "safe" or not without having the user parse a lot of data. I think this is pretty easy but if not I'll be working on it week 3. Else, time to finish any bonus items, e.g add a site to a list and store locally or in Firebase.

Binary file added sitescanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.