A todo web app to manage tasks. You can filter by pending, complete, favorite.
- Clone the repository:
git clone https://github.com/Sn0wF1re/my-todo.git
- Navigate to the project directory:
cd my-todo
- Install the dependencies:
npm install
- Run the development server:
npm run dev
The project can be used to keep track of tasks. You can add tasks and filter existing tasks by complete, favorite, pending.
- CRUD (Create, Read, Update, Delete) operations for tasks
- User authentication
- Task filtering by status (complete, favorite, pending)