Listomo is a web-based to-do list platform designed to help users manage tasks efficiently. It offers an intuitive interface for organizing, prioritizing, and tracking daily to-dos, making task management simple and boosting productivity.
Check out the live demo here.
- Task Management: Easily add, organize, and track your to-dos.
- Simple and Clean UI: Intuitive design for a smooth task management experience.
- Task Marking: Mark tasks as completed with a simple toggle.
- Responsive Design: Optimized for desktop and mobile devices.
├── index.html
├── style.css
├── images/
│ └── icon.png
├── script.js
└── README.md
- HTML5: For structuring the web page.
- CSS3: For styling and layout.
- JavaScript: For managing tasks, adding new tasks, and toggling completion.
- Responsive Design: Ensures the app is usable on all devices.
- Visit the Website: Listomo
- Add a Task: Type your task into the input box and click "Add".
- Mark Task as Completed: Click on a task to mark it as done.
- Track Your Progress: View completed tasks within the list.
- Clone the repository:
git clone https://github.com/URAYUSHJAIN/listomo.git
- Open
index.htmlin your browser to start using the to-do list.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
🌟 Star this repository if you found this project helpful! 😊