Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleversamer/todo-list
TODO App with React & Firebase
https://github.com/cleversamer/todo-list
firebase material-ui react
Last synced: about 6 hours ago
JSON representation
TODO App with React & Firebase
- Host: GitHub
- URL: https://github.com/cleversamer/todo-list
- Owner: cleversamer
- Created: 2022-03-09T07:17:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:28:51.000Z (10 months ago)
- Last Synced: 2024-08-20T16:40:59.274Z (3 months ago)
- Topics: firebase, material-ui, react
- Language: JavaScript
- Homepage:
- Size: 980 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO List App 🚀
A realtime TODO List App built with React and Firebase.
## 🔴 Live Demo
[Click here...](https://todo-83fc4.firebaseapp.com/)## Description
This app has been built with the following technologies:
1. HTML
2. CSS
3. JavaScript
4. React
5. Firebase
6. MaterialUI## Getting Started
### Dependencies
This app includes these dependencies:
* React dependencies (From create-react-app)
* MaterialUI dependencies (Only @material-ui/core and @material-ui/icons)
* Firebase dependency### Installing
* To get the project installed, you need to write `npm i` on the terminal### Executing program
* Open the root directory of the project
* Write `npm start` on the terminal### Deploying program
* Open the root directory of the project
* Write `npm run deploy` on the terminal## Help
* To make sure that everything works correctly, keep the firebase package at version 7.15.5
* If you want to update the NPM packages used in the project, make sure that you will face a runtime error after doing it.## Authors
Authored by [Samer A.](https://cleversamer.web.app/)## Version History
* 1.0
* Initial Release