Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 741 Bytes

Telegram App Clone

This project is a clone of the Telegram app built using Next.js and React. It incorporates DaisyUI for styling, supports both dark and light themes, and includes a sidebar with animation. Additionally, it integrates an API for fetching chat data.

Features

  • Dark and light theme support
  • Animated sidebar
  • Chat fetching via API

Live Demo

Check out the live demo here.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/telegram-app-clone.git
    cd telegram-app-clone
  2. Install dependencies: npm install
  3. Run the development server: npm run dev