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: CSS Modules
This app was originally based on Next.js's page router. It has since been transitioned to use the app router, leading to the creation of the y2k messenger app repository.
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/messenger-app.git
cd y2k-messenger-app
npm install
# or
yarn install