Hello, everyone! I will be sharing this journey of coding a MERN Stack Chat App. I will be sharing code snippets, as well as, screenshots of the frontend (not finalized).
P.S. I won't be going in-depth with everything I do.
Technologies
The main language I will be using is JavaScript.
Frameworks: React(Vite), TailwindCSS, Node, Express, and MongoDB
Color Palette Generator: https://coolors.co/
Start!
- Created a repository and cloned it to my local desktop.
- Created a Client folder by creating a vite app and naming it client.
- Created a Server folder separate from the Client folder for the backend. File Structure Make sure to keep your files organized!
- Installed the following dependencies in the client-side.
- Installed the following dependencies to server side.
Top comments (0)