Never miss a birthday!
A React Web App to keep track of birthdays. The user can add birthday of a person by entering their name, date of birth, and choosing an avatar. They can also remove the persons that are already added. Birthdays are shown in monthly order and user can navigate between different months.
The website is hosted in Netlify. Click here to Visit
To run locally make sure you have NPM installed.
Just run the following command at the root of the project:
Install Dependencies
npm installRun the app
npm start