Note: The project has bugs in some modules. It will take some time for to get back to it and fix it. PRs are always welcome.
This is a web chat app created using React, utilizing Firebase for authentication and storage. The project is based on the tutorial by Lama Dev, and you can find Lama Dev's YouTube channel here.
To run the project locally, follow these steps:
1. Clone the project repository:
$ https://github.com/premanshu-pareek/trychat_app.git
2. Navigate to the project directory:
$ cd trychat_app
3. Install project dependencies:
$ npm install
4. Start the development server:
$ npm run dev
The app consists of the following screens:
- Login Screen: User login and authentication.
- Register Screen: User registration and authentication.
- Home Screen: Main chat interface for users.
Feel free to explore and interact with these screens to experience the functionality of the web chat app.
This project is a practice implementation based on the tutorial by Lama Dev. Visit Lama Dev's YouTube channel for more insightful content on web development.
For more detailed usage instructions or specific details, you may refer to Lama Dev's tutorial video.