/CheckYoSelf

Vanilla JavaScript To-do list Web App (solo project)

Primary LanguageJavaScript

CheckYoSelf => Noted.

Please check new repo here

Summary

Noted is an to-do list web application I built in over a week. You can prioritize cards to mark them as important, and check off individual tasks off the card. The user can also filter the displaying cards by importance. The search bar will also allow you to search the title of your cards to find what you're looking for.

View this application live on github pages here and use it on your phone!

Screenshots

Built with

  • JavaScript: DRY functions, event delegations, limited use of global variables (1), localStorage.
  • CSS3: mobile and desktop friendly, media queries.
  • HTML5