An open API service indexing awesome lists of open source software.

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.

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


pending page
profile page

#### Mobile view


pending page
profile page

## 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).