This is a full-featured todo-list app with the following features:
- Server backed with Firebase
- Authentication (Signup, Login, Logout)
- Routing for different pages
- Creating todos
- Completing todos
- Deleting todos
Click here for the live demo
The following technologies were used to build this app
- VanJS framework for frontend
- Firebase for backend
- TailwindCSS for styling
- Vite for tooling
- Clone the project
git clone git@github.com:kwameopareasiedu/vanjs-todo.git
- Install dependencies
yarn install
- Run server
yarn dev
- Open the app on
http://localhost:5173