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.
- Clone this repo and this repo.
- In hackornaut-backend, run bundle, rails db:migrate, and rails s to start the server
- In hackornaut-frontend, run npm start, the app will open on localhost:3001
- 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