y2k messenger app is a nostalgic dating app designed with a y2k aesthetic, offering text messaging or note functions to help users connect and communicate.
- Nostalgic Design: Relive the early 2000s with a retro, y2k-inspired interface.
- Messaging: Send and receive text messages in a simplistic and elegant way.
- Notes: Exchange notes with other users, emulating the charm of passing notes in class.
- Responsive Design: Fully responsive, ensuring a seamless experience on both mobile and desktop devices.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
Make sure you have the following installed:
- Node.js (>=14.x)
- npm (>=6.x) or yarn (>=1.22.x)
Clone the repository and install the dependencies:
git clone https://github.com/seona926/y2k-app.git
cd y2k-messenger-app
npm install
# or
yarn install