Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/birthday-buddy-react-project-v2
Birthday Buddy Project using React
https://github.com/pktcodes/birthday-buddy-react-project-v2
birthday-bunny css ecmascript html javascript john-smilga react react-hooks usestate vite
Last synced: about 1 month ago
JSON representation
Birthday Buddy Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/birthday-buddy-react-project-v2
- Owner: pktcodes
- Created: 2023-06-21T05:18:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-21T05:43:34.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:58:25.311Z (3 months ago)
- Topics: birthday-bunny, css, ecmascript, html, javascript, john-smilga, react, react-hooks, usestate, vite
- Language: CSS
- Homepage: https://react-birthday-bunny-v2-prod.netlify.app/
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birthday Buddy 🎂
> PROD [Live] : https://react-birthday-bunny-v2-prod.netlify.app
#### Birthday Buddy 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 cleared with **Clear All**
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm run dev` to start up the development server on default port 5173.#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState
#### Deployment / Hosting
Netlify
---
_Note: I have developed this project ~ [2] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga._