https://github.com/yuvrajshankar/todos_flutter_firebase
Todos App created with Flutter & Firebase
https://github.com/yuvrajshankar/todos_flutter_firebase
firebase firebase-auth firebase-storage flutter flutter-apps flutter-provider flutter-ui provider
Last synced: 2 months ago
JSON representation
Todos App created with Flutter & Firebase
- Host: GitHub
- URL: https://github.com/yuvrajshankar/todos_flutter_firebase
- Owner: Yuvrajshankar
- License: mit
- Created: 2024-08-05T04:28:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T09:27:50.000Z (over 1 year ago)
- Last Synced: 2025-07-06T01:04:20.867Z (about 1 year ago)
- Topics: firebase, firebase-auth, firebase-storage, flutter, flutter-apps, flutter-provider, flutter-ui, provider
- Language: Dart
- Homepage:
- Size: 946 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todos_flutter_firebase
## Description
Full stack Task management app built with Flutter + Firebase
## Demo

## Tech stack
**Client:** Flutter
**State-Management:** Provider
**Server:** Firebase
**Authentication:** Firebase Authentication
**Database:** Firebase Firestore
## Features
- **Firebase authentication**
- **Firebase firestore**
- **Create Tasks**
- **Updating Tasks to deleted, completed, restore**
- **Edit, delete, logout, login, registration, google auth**
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Yuvrajshankar/todos_flutter_firebase.git
```
2. Go to the project directory
```bash
cd todos_flutter_firebase
```
3. Add firebase configuration
4. Start the application
```bash
flutter run
```
## Made By
- [@Yuvrajshankar](https://github.com/Yuvrajshankar)
## License
This project is licensed under the [MIT License](LICENSE).