Project is created with:
- React, Vite and Typescript
- Google Sign-in and Cloud Firestore
- React-Loading-Skeleton
- React-Icons
☑️ 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
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