https://github.com/yuvrajshankar/todos-firebase
Full stack todo app with Reactjs(vite) + Firebase.
https://github.com/yuvrajshankar/todos-firebase
firebase firebase-hosting firebaseauth firebaseauthentication firebasefirestore reactjs reactrouterdom
Last synced: about 2 months ago
JSON representation
Full stack todo app with Reactjs(vite) + Firebase.
- Host: GitHub
- URL: https://github.com/yuvrajshankar/todos-firebase
- Owner: Yuvrajshankar
- License: mit
- Created: 2024-06-20T03:47:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T08:24:02.000Z (11 months ago)
- Last Synced: 2025-02-01T17:12:33.805Z (4 months ago)
- Topics: firebase, firebase-hosting, firebaseauth, firebaseauthentication, firebasefirestore, reactjs, reactrouterdom
- Language: JavaScript
- Homepage: https://todos-6aaee.web.app
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todos-Firebase
## Description
Full stack Task management web-app built with Reactjs (vite) + Firebase
## Demo
[https://todos-6aaee.web.app](https://todos-6aaee.web.app)
## Screenshots
#### Desktop view
![]()
![]()
#### Mobile view
![]()
![]()
## Tech stack
**Client:** React JS
**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-Firebase.git
```2. Go to the project directory
```bash
cd Todos-Firebase
```3. Install dependencies
```bash
npm install
```4. Add firebase configuration in **./src/firebase/config.js**
5. Start the application
```bash
npm run dev
```## Made By
- [@Yuvrajshankar](https://github.com/Yuvrajshankar)
## License
This project is licensed under the [MIT License](LICENSE).