Check out the Live Website.
This is a simple Next.js project where you can generate a birthday wish for someone.
Just enter their name, press Go and share them the generated link :)
Don't forget to ⭐️ this repository!
First, clone this repository:
git clone https://github.com/gouravkhunger/nextjs-birthday-wisher
Install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
In order to make a hassle-free environment, please make sure to read the Contribution Guidelines and follow all the steps mentioned there.
Are we missing any of your favorite features, which you think you can add to it❓ Feel free to do so.
All contributions are welcome.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
I would like to show my sincere gratitude to these amazing people for making this simple project a big deal.
Without their contributions, this project wouldn't be as good as it is right now.
-
@PhattOZ
Major contribution: Super awesome copy wish link, wavy animation, style fixes. -
@adarshzpatel
Major contribution: Multicolour theme. -
@Sejal-16
Major contribution: Birthday quotes idea.
Checkout all the contributors.
MIT License
Copyright (c) 2021 Gourav Khunger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.