Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
- Redux

API 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.