This is a Todo web application built using HTML, CSS, and Vanilla JavaScript. It provides a simple and intuitive interface for managing your tasks. The app includes several features to enhance your productivity and help you stay organized. Checkout here: https://alkaison.github.io/Todo-JavaScript/
- Local Storage: The app stores the Todo data in the browser's local storage, ensuring that your tasks are preserved even if you refresh the page or close the browser.
- Task Filtering: You can easily filter the tasks based on their status. Choose between "All tasks," "Active tasks," or "Completed tasks" to focus on specific categories.
- Pending Tasks Count: The app displays the number of pending tasks at the bottom, giving you a quick overview of your current workload.
- Clear All Tasks: If you want to start fresh or remove completed tasks in one go, you can use the "Clear All" button to delete all tasks.
- Sleek UI Design: The user interface is designed to be visually appealing and user-friendly, providing a seamless experience while managing your tasks.
The Todo Web App is built using the following technologies:
- HTML
- CSS
- Vanilla JavaScript
This web application is developed by Alkaison. If you have any questions or suggestions, feel free to reach out to me.
If you are interested in contributing to this project, you're more than welcome! Follow the steps below to contribute:
- Star and Fork the repository.
- Make your changes or add new features in your forked repository.
- Test your changes thoroughly.
- Create a pull request, explaining the changes you've made.
Your contribution will be reviewed, and if everything is in order, it will be merged into the main repository.