Skip to content
/ P01 Public

Spring 2022 | A simple online to-do list made using JavaScript, HTML and CSS for a JavaScript Uni course.

License

Notifications You must be signed in to change notification settings

luminietos/P01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"What To Do?" - JavaScript To-Do List (Project 01)

todo

Description

This is a simple online To-Do list I made as my first JavaScript project for my University's introductory JS course, created in March 2022.

You can find the website here (GitHub) or here (Netlify).

Step-by-step guide - "How do I actually use this site?"

Write an item on the to-do list, and click the "+" -button (or by using the ENTER key on your keyboard) to add it to the list. Refreshing or closing and re-opening the page will not get rid of it.

todo input

Once you've added one or more items, you can filter them based on whether you've marked them as completed or not. The default view shows all items on the list. Clicking the green checkmark button will mark the item you selected as completed. Clicking the red skull button will delete it, meaning it will not show up, even once you refresh the page - it is deleted from the list for good.

todo completed view

The above is an example of what the "completed" view looks like in use.

The list itself adapts and grows as you add more items.

partially done todo

Status

The development of this project is complete for the foreseeable future.

License

MIT

About

Spring 2022 | A simple online to-do list made using JavaScript, HTML and CSS for a JavaScript Uni course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published