A simple blog application built with React. This project demonstrates basic CRUD (Create, Read, Update, Delete) functionality in a React application. Users can view blog posts, read details, and delete posts.
- View Blog Posts: See a list of all blog posts.
- Read Blog Details: Click on a blog post to view its details.
- Delete Blog Posts: Remove a blog post from the list.
- React: A JavaScript library for building user interfaces.
- JSON Server: Provides a simple REST API for the application.
- CSS: For styling the application.
-
Clone the Repository
git clone https://github.com/Nirvuu/Simple-Blog-App.git