The Road beyond React (Application)
A Hacker News / Pocket clone which let's you save front page stories for later. Found in the Road beyond React.
Features
- uses:
- only React (create-react-app)
- firebase
- react-router 4
- semantic-ui
- styled-components
- no Redux/MobX
- features:
- Sign In
- Sign Up
- Sign Out
- Password Forget
- Password Change
- Protected Routes with Authorization
- Database: Users, Stories
Installation
git clone [email protected]:rwieruch/road-beyond-react-app.git
cd road-beyond-react-app
npm install
npm start
- visit http://localhost:3000/
- use your own Firebase Credentials
Use your own Firebase Credentials
- visit https://firebase.google.com/ and create a Firebase App
- copy and paste your Credentials from your Firebase App into src/firebase/firebase.js
- activate Email/Password Sign-In Method in your Firebase App