Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharpamnani/tchat-frontend
A Basic MERN Stack Chat application
https://github.com/tusharpamnani/tchat-frontend
project
Last synced: 24 days ago
JSON representation
A Basic MERN Stack Chat application
- Host: GitHub
- URL: https://github.com/tusharpamnani/tchat-frontend
- Owner: tusharpamnani
- Created: 2023-09-14T09:38:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T18:47:34.000Z (about 1 year ago)
- Last Synced: 2024-04-22T05:33:45.727Z (8 months ago)
- Topics: project
- Language: JavaScript
- Homepage: https://t-chat-frontend.vercel.app/login
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TChat - A Basic MERN Stack Chat Application
This is a simple React chat application with user registration, login, and avatar setting functionalities.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Routes](#routes)
- [Pages](#pages)
- [Contributing](#contributing)## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/tusharpamnani/TChat-frontend.git
2. **Navigate to the project directory:**
```bash
cd your-react-chat-app3. **Install dependencies:**
```bash
npm install## Usage
Run the development server:
```bash
npm start
```Open http://localhost:3000 to view the application in your browser.
## Routes
- `/register`: User registration page.
- `/login`: User login page.
- `/setAvatar`: Page for setting user avatars.
- `/`: Main chat page.## Pages
- `Register`: User registration page.
- `Login`: User login page.
- `SetAvatar`: Page for setting user avatars.
- `Chat: Main` chat page.## Contributing
Feel free to contribute to the development of this chat application. If you find any issues or have suggestions for improvements, please open an issue or create a pull request.