https://github.com/jaleelb/anniversario
A simple birthday countdown tool built with Next.js
https://github.com/jaleelb/anniversario
birthday birthday-countdown birthday-reminder countdown nextjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
A simple birthday countdown tool built with Next.js
- Host: GitHub
- URL: https://github.com/jaleelb/anniversario
- Owner: JaleelB
- Created: 2023-07-03T17:03:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T05:12:22.000Z (about 2 years ago)
- Last Synced: 2025-07-14T23:39:20.089Z (3 months ago)
- Topics: birthday, birthday-countdown, birthday-reminder, countdown, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://anniversario.jaleelbennett.com
- Size: 507 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Anniversario is a birthday countdown app that keeps you excited about your upcoming birthdays.## Introduction
Your project is a countdown timer that helps users celebrate their special day. There are three pages: Home, Configure, and Countdown.
- The **Home** page greets the user and guides them to set up their special countdown.
- The **Configure** page allows the user to input their name and the date they want to count down to.
- The **Countdown** page shows the countdown to the user's special day, celebrating with them when the countdown ends.## Tech Stack
- [React](https://reactjs.org/) - for building user interface.
- [Next.js](https://nextjs.org/) - a framework for building React applications with server-side rendering.
- [Tailwind CSS](https://tailwindcss.com/) - for styling.
- [Vercel](https://vercel.com/) - for hosting.## Author
- Jaleel Bennett ([@jal_eelll](https://twitter.com/jal_eelll))