Skip to content

​ This CRUD app is built with a combination of HTML, CSS, and Vanilla JavaScript. It displays lists of people with their photos and birthdays, which you can filter by names or months. You can also add new people in the list, as well as edit and delete the existing ones.

Notifications You must be signed in to change notification settings

Tanosimboangy/birthday-app

 
 

Repository files navigation

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

About

​ This CRUD app is built with a combination of HTML, CSS, and Vanilla JavaScript. It displays lists of people with their photos and birthdays, which you can filter by names or months. You can also add new people in the list, as well as edit and delete the existing ones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.1%
  • SCSS 32.9%
  • CSS 27.9%
  • HTML 4.1%