Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterradduso/react-redux-basic-app
Basic front application with login and a simple crud of users.
https://github.com/walterradduso/react-redux-basic-app
firebase reactjs redux sass
Last synced: 10 days ago
JSON representation
Basic front application with login and a simple crud of users.
- Host: GitHub
- URL: https://github.com/walterradduso/react-redux-basic-app
- Owner: walterradduso
- Created: 2019-03-13T20:40:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T22:52:08.000Z (over 4 years ago)
- Last Synced: 2024-11-14T08:37:14.329Z (2 months ago)
- Topics: firebase, reactjs, redux, sass
- Language: JavaScript
- Homepage:
- Size: 3.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
Basic application with login and a simple crud of users.
Technologies used:
- Ant Design
- Axios
- Firebase
- React
- React Router Dom
- ReduxAPI Endpoints from: https://reqres.in/.
## Getting Started
To initialize the project you should:
1. Go to the project.
- Open the folder `src/firebase`.
- Duplicate the file `firebase.js.bkp` and named the copy as `index.js`.
- Go to firebase, create a new application.
- Inside of **Authentication/Sign-in method** enable Google, Facebook and Twitter.
- Add your API Key and App Secret into Facebook and Twitter.
- Copy the configuration of your application into `index.js`.
2. Run the following commands:
- `yarn`
- `yarn start`
3. Go to http://localhost:3000.
4. Use the web application.