Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.15 KB

File metadata and controls

56 lines (39 loc) · 1.15 KB

TaskTrek - A Simple To-Do List Application

TaskTrek is a clean and intuitive to-do list web application that helps you manage your daily tasks efficiently.

Features

  • Add new tasks easily
  • Mark tasks as complete
  • Delete tasks
  • Clean and responsive user interface
  • Smooth animations

Project Structure

TaskTrek/
├── src/
│   ├── css/
│   │   └── style.css
│   ├── js/
│   │   ├── addTask.js
│   │   └── addAnimation.js
│   └── index.html
├── LICENSE
└── README.md

Getting Started

  1. Clone the repository
  2. Open src/index.html in your web browser
  3. Start managing your tasks!

Usage

  1. Type your task in the input field
  2. Click "Add" or press Enter to add the task
  3. Click on a task to mark it as complete
  4. Click the delete button to remove a task

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Created by Omid M

Acknowledgments

  • Thanks to all contributors
  • Inspired by modern web development practices