This is a Blog app.
You will find all the information you will need to work on this project in the blog-app/src
folder.
data.json
contains the collection of information about the products
-
User can add and delete an article
-
Users can like and comment on the article
-
Need Id and password for login
- NPM
/* First, Install the needed packages */
npm install
/* Then start the React app */
npm start