/chatroom

An app enabling new users send messages to the chatroom, the chatroom show the history of messages of all users with their sent messages. Messages are stored in memory.

Primary LanguageJavaScript

Chatroom

Screenshot screenshot

An app simulating live chat on a single browser. All messages are stored on local storage and each new tap opened is a new chatroom user.

Built With

  • React
  • Redux

Setup

  1. git clone https://github.com/mnekx/chatroom.git
  2. cd chatroom
  3. npm install
  4. npm start to serve into local 3000 port
  5. npm start
  6. access the app on http://localhost:3000/
  7. For every new user please use the '/' route to enter the chatroom

Testing

run: npm test

Authors

👤 Mnemba Chambuya

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.