Let's have a chat with your friends!
We are the team behind Chat App. 5 members of Cohort 6 from the Bright Network Technology Academy!
- Project Overview
- This Website Features
- Setup and Instructions
- Project Structure
- Component Diagram
- Wireframes
- Minimum Viable Product (MVP)
- Extensions
- Further Implementations
- Acknowledgements
As part of the Bright Network Technology Academy, we were assigned a group project to research, plan and develop a Full-stack project - a chat app in 10 days.
- Login functionality
- Registration
- Add/remove friends
- Chat with friends
- Switch chats
- This Full-stack project runs on React and Express. Make sure you have Node and MongoDB installed to run the API and React. We used VSCode and MongoDB Compass for this project.
- Clone Chat App by typing the following commands into your terminal:
git clone [email protected]:YoyoMai98/chat-app-full-stack.git
. Open in VSCode. - Within VSCode, navigate your terminal to the
express.js_server
folder and run the following two commands:npm install
andnpm start
- Navigate your terminal to the
react.js_app
folder and run the following two commands:npm install
andnpm start
- Navigate to your web browser and if it has not already displayed, enter in the following URL:
http://localhost:3000/
This project is structured as below.
For our MVP, we wanted to create a website with maximum functionality which included:
- Register a new account
- Log in an account
- Add a friend
- Chat with a friend
- Switch chats
What we have expanded on this full-stack project:
- Add multiple friends
- Multiple conversations
- Unfriend & Delete chats
- Encrypt stored password
Further functionalities we would like to develop into this website are:
- Group chats
- Pop up window for notification
- Delete Accounts
- Typing bubble
- Account profile picture
A special thank you to BNTA team and especially to Anna, Colin, Ed, Eoan, Phil, Richard and Zsolt, for all the advice and support during the project. You've made this learning process a blast!