Skip to content

somanshu63/blog-app

Repository files navigation

Blog App

alt text

Basic Overview - Live Demo

This is a Full-Stack application that empowers users to read, write, and share their thoughts and ideas, as well as engage with a vibrant community of like-minded individuals. Tech Stack: Node JS, Express, MongoDB, React, TailwindCSS

Features

  • Read new exciting blogs from different communities.
  • Add new blogs or edit or remove your blogs.
  • Add or remove comments on different blogs.
  • Filter blogs based on different tags present on the right.

Build/Run

Requirements

  • Node.js
  • NPM

/* First, Install the needed packages */ npm install

/* Then start the React app */ npm start

/* To run the tests */ npm run test