Blog App

This is a Blog app.

Getting Started with Create React 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

Features

  • User can add and delete an article

  • Users can like and comment on the article

  • Need Id and password for login

Build/Run

Requirements

  • NPM
/* First, Install the needed packages */
npm install

/* Then start the React app */
npm start