Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalil-codes/admin-dashboard-firebase-react-app
A Demo App to demonstrate the use of React with Firebase. In this app, I've provided authentication using firebase and CRUD operations using firestore. Also managed a Global State using Redux.
https://github.com/khalil-codes/admin-dashboard-firebase-react-app
Last synced: 27 days ago
JSON representation
A Demo App to demonstrate the use of React with Firebase. In this app, I've provided authentication using firebase and CRUD operations using firestore. Also managed a Global State using Redux.
- Host: GitHub
- URL: https://github.com/khalil-codes/admin-dashboard-firebase-react-app
- Owner: Khalil-codes
- Created: 2022-01-16T08:22:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T10:53:12.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:30.240Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.To Install the required dependencies, you can run:
### `npm install`
It will install all the packages.
### Integrated Authentication and CRUD operations using firebase.