Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mohib75/buzz-breeze
- Owner: Mohib75
- Created: 2024-06-29T18:38:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:47:17.000Z (4 months ago)
- Last Synced: 2024-11-10T12:39:28.831Z (2 months ago)
- Topics: axios, daisyui, firebase, firebase-auth, headlessui, helmet-async, query-string, react, react-router-dom, recharts, stripe-payment, stripejs, tanstack-react-query
- Language: JavaScript
- Homepage: https://buzz-breeze.web.app/
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 RefreshThis 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.git2. **Navigate to the project directory:**
```bash
cd your-repo-name3. **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