blog-app-in-reactjs
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
- Home

- Blog detail page

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