Skip to content

Basic todo list application implemented with vanilla JavaScript. Manage your daily tasks easily with a simple, user-friendly interface

License

Notifications You must be signed in to change notification settings

armjscom/todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

This is a simple app to help you keep track of things you need to do. It's made with pure HTML, CSS, and JavaScript, which means it's easy to understand and use.

Live Demo

Experience the TodoApp directly in your browser without any installation by visiting our live demo: TodoApp Live Demo

How to Use

You don't need to install anything special to use this app. Just follow these steps:

  1. Copy this app to your computer:

    • Click the "Code" button on this page.
    • Click "Download ZIP", then unzip the file.
  2. Find the index.html file in the unzipped folder and double-click it. This will open the app in your web browser.

Alternatively, you can use the live version available at the above link to quickly start managing your tasks.

  1. Now you can start using the app:
    • To add a new task, type something in the box and press Enter.
    • To mark a task as done, click the box next to it.
    • To remove a task, click the "X" button on it.

Thanks

We made this app to show how you can do cool stuff with just JavaScript. Hope you find it useful and learn something too!

About

Basic todo list application implemented with vanilla JavaScript. Manage your daily tasks easily with a simple, user-friendly interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.8%
  • HTML 32.7%
  • CSS 23.5%