Skip to content

pktcodes/birthday-reminder-react-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Birthday Reminder 🎂

PROD [Live] : https://react-birthday-reminder-prod.netlify.app/

Birthday Reminder consists of a straightforward user interface where there is a

  • List of people who have their birthdays today.
  • Each person has their name, age, and image on the list.
  • Data is handled by the local data.js file.
  • All the birthdays can be clear with Clear All
  • To run the project locally, clone the repo, npm install to install the dependencies, and npm start to start up the development server on default port 3000.

Languages

HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState

Deployment / Hosting

Netlify

Idea

https://uidesigndaily.com/


Note: I have developed this project ~ [1] as part of React and Projects Course taught by John Smilga.