Skip to content

Todo App using React , Cloud Firestore and Firebase Authentication

Notifications You must be signed in to change notification settings

thanhtutzaw/todolist3

Repository files navigation

logo

A To-Do List Web Application with React and Firebase 🔥

Project is created with:

Features

☑️ Items Selector
☑️ Organize with Tags
☑️ Google Sign-in and Test-User Account
☑️ Cloud Firestore NoSQL
☑️ Delete Multiple Items
☑️ Export and Import data
☑️ Order by Date and also After Imported
☑️ Data Loading State
☑️ Delete Canceling State
☑️ Refresh Prevented
☑️ Task Complete Status

User-Interface

Todo-React-App2 Todo-React-App

NoSQL document database

database

Demo

Todo React App

Mobile

Converted apk v1

Setup

To run this project, install it locally using npm:

$ git clone https://github.com/thanhtutzaw/todolist3.git
$ cd todolist3
$ cp .env.example .env.local
$ npm install
$ npm start