Skip to content

A simple web react app to provide support in learning how to use socket.io built on [Backend Project](https://github.com/EddieSCJ/chat-api)

License

Notifications You must be signed in to change notification settings

EddieSCJ/chat-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Frontend

A simple web react app to provide support in learning how to use socket.io built on Backend Project

How it works?

The username data is saved in localstorage (I needed to do this project fast because the main focus was in kafka and socket.io) and after you typed your username it will be saved in the browser, so you can start to type your messages

If you wanna simulate two different chats and users, just open a private navigation (incognito mode) and repeat the process.

How can I run it?

  • First download and run the backend project
  • Just download the project and type npm start (maybe you need type npm install before)

Pictures

Starter Page

Chat

About

A simple web react app to provide support in learning how to use socket.io built on [Backend Project](https://github.com/EddieSCJ/chat-api)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published