This application provide Chat Service to users to exchange messages on a single purpose build platform.
Access the deployed version of the application: lorena-chat-react.netlify.app
- The app facilitates the user to write a meesage after inserting his/her name.
- The app enables user to exchange messages in real-time with other users.
- The app ensures user to delete a message.
- The app provides the option to edit a message.
- JavaScript Frameworks: React
- Node.js
- CSS, HTML
%%{init: {'theme': 'base', 'themeVariables': { 'pie1': '#ff6978', 'pie2': '#b1ede8', 'pie3': '#fffcf9'}}}%%
pie
title Languages Used
"JavaScript" : 64.5
"CSS" : 21.9
"HTML" : 13.6
Clone the repository:
git clone github.com/LorenaCapraru/cyf-chat-reactInstall dependencies:
npm installStart the development server:
npm start