Skip to content

chaochaocodes/hackornaut-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackornaut

Hackornaut (Have you been Hacked or Not?) is a single page web application where a user can search to see if their email addresses have been compromised in any database breaches. A user can view the details of all recorded breaches and learn about ways to increase their email security.

This React app was created in collaboration with Allen and Eric at Flatiron School. The backend is built with Ruby on Rails. Hackornaut's data is available through HIBP API.

How to Use

  1. Clone this repo and this repo.
  2. In hackornaut-backend, run bundle, rails db:migrate, and rails s to start the server
  3. In hackornaut-frontend, run npm start, the app will open on localhost:3001

Stack

  • React.js with implementation of React Router
  • Bootstrapped with Create React App
  • Ruby on Rails API
  • HaveIBeenPwnd's API data
  • Styled with CSS and Material UI

Image of Privacy Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • HTML 1.3%
  • CSS 0.1%