An app help user make a todo list
View Demo
Table of Contents
- Add todo
- Delete todo
- Edit todo
- Mark todo as done
- Login with Email and Password
- Register with Email and Password
- Todo list is saved in Firebase
- Responsive design
- Theme switcher (light/dark mode)
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/lehuubao1810/Todo.git
- Install NPM packages
npm install
- Run dev
npm run dev
Project Link: https://github.com/lehuubao1810/Todo