Skip to content

An app built with vanilla JavaScript that displays a list of people with their birthdays, which I built from scratch. It allows us to edit a birthday, delete and even know how many days left until the next birthday comes.

Notifications You must be signed in to change notification settings

rinonTen/birthday-app

 
 

Repository files navigation

Birthday App

Screenshot

  1. Desktop view

Desktop screeshot

  • Popup Popup screenshot
  1. Mobile view

Popup screenshot

Design

Check the design for this app in this link

Demo

The demo of this project can be seen by following this link

Features

An app that displays a list of people with their birthdays and allows potential users to add and edit a list. Users can filter by either a name or a month or a name with a month. The data was fetched from the server by a given API and stored in the local storage so that it can be used anytime once stored in our local machine.

Technologies used

  • Vanilla JS

How to use this project

  1. You need to run npm install in your bash terminal.
  2. Run npm start to open or open index.hml file with live server

Contact

About

An app built with vanilla JavaScript that displays a list of people with their birthdays, which I built from scratch. It allows us to edit a birthday, delete and even know how many days left until the next birthday comes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.4%
  • CSS 31.2%
  • HTML 7.4%