Alkaison / Todo-JavaScript

Todo JavaScript is a web application made using Vanilla JS, features daily planning with CRUD operations and local storage for saving your important time.

Home Page:https://alkaison.github.io/Todo-JavaScript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Web App

Todo Web App

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/

Features

  • 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.

Screenshots

Todo Web App Todo Web App

Technologies Used

The Todo Web App is built using the following technologies:

  • HTML
  • CSS
  • Vanilla JavaScript

Developer

This web application is developed by Alkaison. If you have any questions or suggestions, feel free to reach out to me.

Contribution

If you are interested in contributing to this project, you're more than welcome! Follow the steps below to contribute:

  1. Star and Fork the repository.
  2. Make your changes or add new features in your forked repository.
  3. Test your changes thoroughly.
  4. 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.

About

Todo JavaScript is a web application made using Vanilla JS, features daily planning with CRUD operations and local storage for saving your important time.

https://alkaison.github.io/Todo-JavaScript/

License:MIT License


Languages

Language:JavaScript 67.8%Language:CSS 16.6%Language:HTML 15.6%