Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 483 Bytes

readme.md

File metadata and controls

executable file
·
12 lines (9 loc) · 483 Bytes

Birthday app

figma design here

Features

  • This project's built only with HTML, CSS and vanilla JavaScript.
  • I fetched data from an API to get pictures, names and dates.
  • Users are able to filter names, select a month, add new person, remove from the list and edit the list.
  • The design needed to match the design from Figma.
  • I installed date-fns to handle date computations.
  • Every action is persisted into the local storage.