blog-app-in-reactjs icon indicating copy to clipboard operation
blog-app-in-reactjs copied to clipboard

A blog website built with React, JavaScript, Strapi and Tailwind CSS.

trafficstars

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