Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 793 Bytes

Blog App BV

A website to list users, posts and posts comments from JSON Placeholder API

Pages

Home Page

image

Users Page

image

Post Detail & Comments Page

image

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

Blog App BV