Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 669 Bytes

WriteUp

A blog website used to add blogs to and show blogs from json server built with React, JavaScript, and Tailwind CSS.

Project Demo

  1. Home Home

  1. Blog detail page Blog Detail

Features

  • List all blogs
  • View detail page
  • Love/Unlove blog
  • Search blogs
  • Delete blog

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:

localhost:3000