/chat-app

A chat application using react

Primary LanguageTypeScript

∙Chat App∙

Written in JavaScript using React for the front end.
Written in JavaScript using NodeJs and WebSocket for the back end.

Live links:

not yet deploy ready

To run the front end locally :

npm install
npm start

inside the root directory. Requires NodeJs 14 or higher.

To run the back end locally :

npm install
npm start

inside the ./javi_server directory. Requires NodeJs 14 or higher.

About:

This is a chat app written in JavaScript with React/NodeJs
that at the moment utilises a js file as a database instead of
a proper server. Will fix asap.