A simple message sending app using React.
You can visit the deployed site here.
Some texts might be already visible which are sent via others, similar to a group chat.
Make sure you have Node.js installed. You can install it from here
To deploy this project download the zip file into a local directory, which will be your current working directory.Type this command to change the current directory.
cd /path to your directory/
Install the node_modules folder using npm, type this command in the terminal
npm i
Run this command to host the app to http://localhost:3000/.
npm start
The app should be hosted. In case of queries, feel free to contact me.