road-beyond-react-app icon indicating copy to clipboard operation
road-beyond-react-app copied to clipboard

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

The Road beyond React (Application)

Build Status Slack

A Hacker News / Pocket clone which let's you save front page stories for later. Found in the Road beyond React.

screen shot 2017-11-21 at 14 27 47

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