Skip to content

Megh-Rana/Pravaha

 
 

Repository files navigation

Pravaha

A simple blogging platform where admins can manage posts and users can read, comment, and search.


📌 Problem Definition

  • Admin can create, edit, and delete blog posts
  • Posts are categorized
  • Students can view posts and add comments
  • Includes search / filter for posts
  • Prevents duplicate and empty comments

Expected Output:
Users can read, comment, and search posts.
Admins can manage blog content.


🚀 Getting Started

Prerequisites

  • Node.js v18+
  • npm

Run Locally

Clone the repository:

git clone https://github.com/Team-Viraasat/Pravaha.git
cd Pravaha

Install dependencies:

npm install

To Build and Run the Website

npm run build	
npm run start	

Open in your browser:

http://localhost:3000

📸 Screenshots Add your project screenshots below to showcase the UI: Screenshot 2025-09-27 162847 Screenshot 2025-09-27 163028 Screenshot 2025-09-27 163036 Screenshot 2025-09-27 163054 Screenshot 2025-09-27 163134 Screenshot 2025-09-27 163145 Screenshot 2025-09-27 163225 Screenshot 2025-09-27 163233 Screenshot 2025-09-27 163413

📜 License This project is licensed under the MIT License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • CSS 2.8%
  • JavaScript 0.5%