Skip to content

Latest commit

 

History

History
executable file
·
56 lines (39 loc) · 1.4 KB

readme.md

File metadata and controls

executable file
·
56 lines (39 loc) · 1.4 KB

BIRTHDAY APP

Overview

image image

Built with

Figma design

Figma link

Features

  • 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.

Getting started

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