Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sachindolase/telegram-ui

Task is to create a pixel-perfect replica of the telegram messaging application - both in desktop view and mobile view using ReactJS. It is highly recommended to explore the Telegram app yourself and not just rely on the mockup video. Try to replicate as much of the Telegram UI / UX as possible.
https://github.com/sachindolase/telegram-ui

css3 html5 javascript reactjs vite

Last synced: 27 days ago
JSON representation

Task is to create a pixel-perfect replica of the telegram messaging application - both in desktop view and mobile view using ReactJS. It is highly recommended to explore the Telegram app yourself and not just rely on the mockup video. Try to replicate as much of the Telegram UI / UX as possible.

Awesome Lists containing this project

README

        

# BeyondChats React Developer Assignment

This project is a replica of the Telegram user interface built using React, React Router, and various custom components and hooks. The application is designed to be responsive and provides a chat interface similar to Telegram.

## Live Demo
https://nvk-beyondchats.netlify.app/

## Features

- Responsive UI that adapts to different screen sizes.
- Chat interface with a list of chats and chat messages.
- Navigation between chat lists and individual chat messages.
- Infinite scrolling for chat messages.
- Light and dark theme support.

## Technologies Used

- React
- React Router
- Bootstrap
- Custom Hooks
- Context API