- Desktop view
- Mobile view
Check the design for this app in this link
The demo of this project can be seen by following this link
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.
- Vanilla JS
- You need to run
npm install
in your bash terminal. - Run
npm start
to open or open index.hml file with live server