road-beyond-react-app

🌈 The Road beyond React - Thing you can use after learning plain React.js

Stars
106
Committers
1

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

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
Badges
Extracted from project README
Build Status Slack
Related Projects