Skip to content

mirkomkr/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My To-do List App πŸ“

This is a simple To-do List application built using HTML, CSS, and JavaScript.
It allows users to add tasks, mark them as completed βœ…, and filter between all, completed βœ…, or pending tasks ⏳.
The app stores the tasks in localStorage so that they persist even after refreshing the page. 🌐

As a junior front-end developer, I created this beginner-friendly demo project to practice and improve my skills with core web technologies.
This project helped me understand the fundamentals of front-end development and gain hands-on experience in building a functional web app. πŸ’‘

Features 🌟

  • Add new tasks βž•.
  • Mark tasks as completed βœ….
  • Filter tasks by: All, Completed βœ…, and To-Do ⏳.
  • Data persistence using localStorage πŸ’Ύ.

Technologies Used πŸ’»

  • HTML: Structure of the application πŸ—οΈ.
  • CSS: Styling with responsive design 🎨.
  • JavaScript: Functionality to add, toggle, remove, and filter tasks βš™οΈ.

How to Use πŸ› οΈ

  1. Clone or download the repository.
  2. Open the index.html file in a web browser 🌍.
  3. Add tasks using the input field ✍️.
  4. Click on tasks to toggle their completion status βœ….
  5. Use the filter buttons to view all tasks, completed tasks βœ…, or pending tasks ⏳.

Demo 🎬

You can check out a live demo of the project on CodePen.

Future Improvements πŸš€

  • Implement task editing functionality ✏️.
  • Add a feature to save completed tasks separately πŸ“‚.
  • Support for task due dates πŸ“….

Collaboration 🀝

I'm always open to help and friendly suggestions from others.
If you have any tips, feedback, or just want to collaborate, feel free to reach out πŸ“¬.
I'm happy to learn and improve with the help of others! 😊

About

My first To-Do App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published