Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gouravkhunger/nextjs-birthday-wish

This is a minimal Next.js app where you can create birthday wishes and share the link to anyone :)
https://github.com/gouravkhunger/nextjs-birthday-wish

hacktoberfest happy-birthday-website nextapp nextjs

Last synced: 3 months ago
JSON representation

This is a minimal Next.js app where you can create birthday wishes and share the link to anyone :)

Awesome Lists containing this project

README

        

# Happy Birthday Wisher

Check out the [Live Website](https://hbdwish.ml).

This is a simple [Next.js](https://nextjs.org/) 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!

## Images

![Happy Birthday Wisher Home Page](https://user-images.githubusercontent.com/46792249/136275729-454a4475-18fc-4b41-af98-dbf781778b9e.png)

## Local Setup

First, clone this repository:

```bash
git clone https://github.com/gouravkhunger/nextjs-birthday-wisher
```

Install the dependencies:

```bash
npm install
```

Then, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](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.

## Contributing
In order to make a hassle-free environment, please make sure to read the [Contribution Guidelines](CONTRIBUTING.md) 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.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Special Thanks

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](https://github.com/PhattOZ)

Major [contribution](https://github.com/gouravkhunger/nextjs-birthday-wish/commits?author=PhattOZ): Super awesome copy wish link, wavy animation, style fixes.

- [@adarshzpatel](https://github.com/adarshzpatel)

Major [contribution](https://github.com/gouravkhunger/nextjs-birthday-wish/commits?author=adarshzpatel): Multicolour theme.

- [@Sejal-16](https://github.com/Sejal-16)

Major [contribution](https://github.com/gouravkhunger/nextjs-birthday-wish/commits?author=Sejal-16): Birthday quotes idea, background music.

Checkout [all the contributors](https://github.com/gouravkhunger/nextjs-birthday-wish/graphs/contributors).

## Credits

Favicon made by Freepik from www.flaticon.com.

## License

```
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.
```