This is a Blog App built with Next.js, React, and Tailwind CSS. The app allows users to view and manage blog posts.
- View a list of blog posts
- Add new blog posts
- Delete blog posts
- Responsive design
- Next.js
- React
- Tailwind CSS
- Axios
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/blog-app.git cd blog-app
-
Install dependencies
npm install
# or
yarn install
## Running the App
```bash
npm install
# or
yarn install