Skip to content

lilla-nemeth/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChitChat

Description

ChitChat is a chat application with socket.io. Initially, it was just a test project to create a chat app quickly with rooms. Now I think it deserves a lot more. The updated version is coming soon (with database, authentication and so on...)

🛠 Technologies: JavaScript, TypeScript, React, Next.js, Redux, Socket.io and Node.js. UI is made by custom design. For styling I used Styled Components.

ChitChat Rooms

Install, run locally

Clone the repo

git clone https://github.com/lilla-nemeth/chitchat.git

Backend

Go to the project root directory

cd chitchat

Install the dependencies

yarn install

Run the server

yarn run dev

Server is running on port 8080

Frontend

Go to the client folder

cd frontend

Install the dependencies

yarn install

Start the frontend

yarn run dev

License

MIT