Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 642 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 642 Bytes

Blog App

This is a Blog App built with Next.js, React, and Tailwind CSS. The app allows users to view and manage blog posts.

Features

  • View a list of blog posts
  • Add new blog posts
  • Delete blog posts
  • Responsive design

Technologies Used

  • Next.js
  • React
  • Tailwind CSS
  • Axios

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/blog-app.git
    cd blog-app
    
  2. Install dependencies

npm install
# or
yarn install

## Running the App

```bash 
npm install
# or
yarn install