Blog App

This web app helps provides you a platform where you can write your own technology blogs and read others blogs.

Screenshots

Home Page-:

App Screenshot

Blog Display Page-:

App Screenshot

Your Library-:

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/Deeptarko/Blog-App.git

Go to the project directory

  cd blog-app

Install dependencies

  npm install

Start the server

  npm run dev