edwindelbosque / CheckYoSelf

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

Home Page:https://edwindelbosque.github.io/CheckYoSelf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://edwindelbosque.github.io/CheckYoSelf/


Languages

Language:JavaScript 51.2%Language:CSS 41.4%Language:HTML 7.4%