Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohib75/buzz-breeze

This is a forum website, where people can create topic for conversation and also for sharing tips etc.
https://github.com/mohib75/buzz-breeze

axios daisyui firebase firebase-auth headlessui helmet-async query-string react react-router-dom recharts stripe-payment stripejs tanstack-react-query

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

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:

- [Node.js](https://nodejs.org/) (version 14 or higher)
- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)

### Getting Started

1. **Clone the repository:**

```bash
git clone https://github.com/Mohib75/buzz-breeze.git

2. **Navigate to the project directory:**

```bash
cd your-repo-name

3. **Install dependencies:**

Using npm:
```bash
npm install
```

Using Yarn:
```bash
yarn install
```

4. **Start the development server:**

Using npm:
```bash
npm run dev
```

Using Yarn:
```bash
yarn dev
```

5. **Open your browser and visit:**

```arduino
http://localhost:3000