- Using Custom Hooks.
- Searching a person by either their name or month of their birthday.
- Adding a new person to the list.
- Removing a person.
- Editing a preson.
To clone and run this application, you'll need Git and Node.js (which comes with either npm or yarn) installed on your computer. From your command line:
# Clone this repository to your local computer
$ git clone https://github.com/Tanosimboangy/birthday-app.
# Install dependencies:
$ npm install
# Run the app
$ npm start, yarn start or parcel index.html