This is plugin that enables the user to post their comments and also can like the comments written by other people.
For setting the project run
git clone [public-url]
For running the project use
For installing all the required dependencies
npm install
For starting the project use
npm start
For integrating with backend make sure you have xampp installed on your local system
Link for installing xampp: https://www.apachefriends.org/download.html
and after the successful run start your apache server and add the files reactbackend in your htdocs folder
Your project is ready to run on your system