File size: 1,117 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
# 🎉Birthday Wisher with Countdown!🎉
Made with React with Hooks.
## Getting started
You can view a live demo over at https://birthday-wisher.netlify.app/
To get It running locally:
- Clone this repo
- `npm install` to install all req'd dependencies
- `npm start` to start the local server (this project uses create-react-app)
## Usage:
Visit [https://birthday-wisher.netlify.app/]()
Click on Generate Link
or Head to [https://birthday-wisher.netlify.app/generate]()
Enter the `name , day , month of birthday`

Click on Generate Link
You Can see a Link being generated Copy or Visit the link by Clicking on the Button
And There You Go ! 🎉

## ScreenShot of Coutdown Timer⏲️

## Birthday Wisher🎂
Loads this Page Instead of Coutdown on the Birthday

It's Fully Responsive and you change styles in the `app.css`
Wishing Component Page : `Wish.jsx`
Countdown Compenent Page : `Countdown.jsx`
|