Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohitkadu/chat-application-frontend

Chat Application Frontend User Interface using React.js
https://github.com/rohitkadu/chat-application-frontend

Last synced: about 1 month ago
JSON representation

Chat Application Frontend User Interface using React.js

Awesome Lists containing this project

README

        

# Chat Application

Welcome to the Chat Application! This project allows users to communicate in real-time through text messages. It's built using React.js, WebSocket for real-time styled with CSS.

## Technologies Used

- **Frontend:**
- React.js
- CSS

## Installation

1. **Clone Repository:**

```bash
git clone https://github.com/rohitkadu/chat-application-frontend.git
cd chat-application-frontend

2. **Install Dependencies:**

```bash
npm install
npm install react-icons

3. **Run the app:**

```bash
npm run dev

4. **Final Build Prod**

```bash
npm run build

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.