Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwieruch/road-beyond-react-app
- Owner: rwieruch
- Created: 2017-11-20T04:58:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:20:37.000Z (over 4 years ago)
- Last Synced: 2024-11-01T11:34:36.350Z (8 days ago)
- Topics: create-react-app, firebase, react, react-router, react-router-v4, reactjs, semantic-ui, styled-components
- Language: JavaScript
- Homepage: https://roadtoreact.com/
- Size: 245 KB
- Stars: 106
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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/).
## 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