Skip to content

peterpardo/next-blog-app

Repository files navigation

Next Blog App

A simple blop app where users can post. This is inspired by https://medium.com/.

Requirements

versions I used to develop this project:

  • node - v20.11.0

How to setup

  • Clone the repo and install the dependencies
npm install
  • Setup your .env variables. I added instructions on what files you need to create
  • After setting it all up, run:
npm run dev

Project Preview

Home Page Screenshot 2024-01-30 020232

User Posts Screenshot 2024-01-30 020313

Create Post Screenshot 2024-01-30 020339

Edit Post Screenshot 2024-01-30 020329

View Post Screenshot 2024-01-30 020352