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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T10:53:12.000Z (over 4 years ago)
- Last Synced: 2025-03-22T01:37:07.664Z (over 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.