Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sachindolase/telegram-ui
- Owner: sachindolase
- Created: 2024-07-14T07:11:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:22:11.000Z (5 months ago)
- Last Synced: 2024-07-14T08:29:44.500Z (5 months ago)
- Topics: css3, html5, javascript, reactjs, vite
- Language: JavaScript
- Homepage: https://nvk-beyondchats.netlify.app/
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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