Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/birthday-reminder-react-project
Birthday Reminder Project using React
https://github.com/pktcodes/birthday-reminder-react-project
birthday-reminder css3 ecmascript html5 javascript react react-hooks usestate
Last synced: about 1 month ago
JSON representation
Birthday Reminder Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/birthday-reminder-react-project
- Owner: pktcodes
- Created: 2022-07-16T17:30:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T21:03:03.000Z (over 2 years ago)
- Last Synced: 2024-11-08T23:58:23.036Z (3 months ago)
- Topics: birthday-reminder, css3, ecmascript, html5, javascript, react, react-hooks, usestate
- Language: CSS
- Homepage: https://react-birthday-reminder-prod.netlify.app/
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/](https://uidesigndaily.com/posts/sketch-birthdays-list-card-widget-day-1042)
---
_Note: I have developed this project ~ [1] as part of React and Projects Course taught by John Smilga._