Skip to content

This is a forum website, where people can create topic for conversation and also for sharing tips etc.

Notifications You must be signed in to change notification settings

Mohib75/buzz-breeze

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

This is a forum website, where people can create topic for conversation and also for sharing tips etc.

Website Name: BuzzBreeze

Admin Email : [email protected]

password : 123456Aa

Live Link : https://buzz-breeze.web.app/

Here are some features and characteristics of our website

  • full authentication system

  • Dashboard for Guest and Admin also

  • Payment method System

  • Users Can add post but not more than 5 post.they have to buy the membership to do unlimited post

  • Users can give upvote or downvote to the post and also comment their

  • user can see those comments and can report them

  • admin can see all the users and can manage their roles

  • admin can add announcement which is shown in the home page

  • admin can see those reported comments and can take action about them

How to Run Locally

Prerequisites

Make sure you have the following installed on your machine:

Getting Started

  1. Clone the repository:

    git clone https://github.com/Mohib75/buzz-breeze.git
    
  2. Navigate to the project directory:

    cd your-repo-name
    
  3. Install dependencies:

    Using npm:

    npm install

    Using Yarn:

    yarn install
  4. Start the development server:

    Using npm:

    npm run dev

    Using Yarn:

    yarn dev
  5. Open your browser and visit:

    http://localhost:3000