Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwieruch/road-beyond-react-app

🌈 The Road beyond React - Thing you can use after learning plain React.js
https://github.com/rwieruch/road-beyond-react-app

create-react-app firebase react react-router react-router-v4 reactjs semantic-ui styled-components

Last synced: about 14 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# The Road beyond React (Application)

[![Build Status](https://travis-ci.org/rwieruch/road-beyond-react-app.svg?branch=master)](https://travis-ci.org/rwieruch/road-beyond-react-app) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)

A Hacker News / Pocket clone which let's you save front page stories for later. Found in [the Road beyond React](https://www.roadtolearnreact.com/).

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