Skip to content

A CRUD app that lists people with their profile photos and birthdays. I built this app from scratch with HTML, CSS and Vanilla JS.

Notifications You must be signed in to change notification settings

mitia-anah/birthday-app

 
 

Repository files navigation

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.

About

A CRUD app that lists people with their profile photos and birthdays. I built this app from scratch with HTML, CSS and Vanilla JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • CSS 27.9%
  • HTML 7.6%