This is a simple To-Do App built using Vue 3, TypeScript, and Tailwind.
The app includes the following features:
- Light and dark theme
- Add task.
- Delete task.
- Toggle the status of task.
- Seperate panels for:
- All tasks.
- Active Tasks.
- Completed Tasks.
Made using -
- Vue 3
- Typescript
- Tailwind css
- Icon components custom-made (using icons from Material Icons)
- No additional libraries used
How to run in local server -
Clone
the respositorynpm install
- To install project dependenciesnpm run dev
- To start the development server# to-do-app