Skip to content

victorux/chatbox-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ChatBox App

The ChatBox is a custom-built messenger application, designed and developed by Victor Botan utilizing the MERN stack and Socket.io technology. The application is specially designed for showcasing portfolio capabilities.

Screenshots

Tech-Stack

Below is a ist of technologies used throughout the project.

Front End Back End API
React Node/Express Cloudinary
Redux MongoDB
Styled-Components Socket.io
Router-Dom JWToken

Setup

If you want to play around with ChatBox App, feel free to clone our repo. To start, please enter the following commands on your terminal:

git clone https://github.com/victorux/chatbox-frontend.git
cd chatbox-frontend
npm install
npm run start

Note: This repository include only the frontend part, please check out bellow the links to the server part.

Back-End Server Repository

https://github.com/victorux/chatbox-server

Socket.io Server Repository

https://github.com/victorux/chatbox-socket.io