TaskTrek is a clean and intuitive to-do list web application that helps you manage your daily tasks efficiently.
- Add new tasks easily
- Mark tasks as complete
- Delete tasks
- Clean and responsive user interface
- Smooth animations
TaskTrek/
├── src/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ ├── addTask.js
│ │ └── addAnimation.js
│ └── index.html
├── LICENSE
└── README.md
- Clone the repository
- Open
src/index.html
in your web browser - Start managing your tasks!
- Type your task in the input field
- Click "Add" or press Enter to add the task
- Click on a task to mark it as complete
- Click the delete button to remove a task
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Omid M
- Thanks to all contributors
- Inspired by modern web development practices