https://github.com/ariosavi/firebase-sample-frontend
A sample code for login and manage data by firebase
https://github.com/ariosavi/firebase-sample-frontend
firebase react
Last synced: 3 months ago
JSON representation
A sample code for login and manage data by firebase
- Host: GitHub
- URL: https://github.com/ariosavi/firebase-sample-frontend
- Owner: ariosavi
- Created: 2021-04-30T23:17:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T02:29:50.000Z (about 5 years ago)
- Last Synced: 2026-04-07T17:25:47.967Z (3 months ago)
- Topics: firebase, react
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-sample-frontend
A sample code for login and manage data by firebase
## Available Scripts
You can set API and User information in .env file and run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## TODO
- [x] Structure of project by react
- [x] UI by material-ui
- [x] Use firebase
- [x] Home page
- [x] Login page
- [x] Order Page
- [x] Order detail Page
- [x] Check authentication and Logout
- [ ] State manager by Redux
- [ ] Redux middleware by Redux Thunk
- [ ] Document by Storybook
- [ ] Unit test by Jest
- [ ] E2E test by Cypress
## References
- https://reactjs.org/
- https://material-ui.com/
- https://firebase.google.com/docs/auth/web/start
- https://firebase.google.com/docs/firestore/