Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.2 KB

Messenger App

Overview

Messenger App is a nostalgic dating app designed with a y2k aesthetic, offering text messaging or note functions to help users connect and communicate.

Features

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

Tech Stack

Routing

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.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (>=14.x)
  • npm (>=6.x) or yarn (>=1.22.x)

Installation

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