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 uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This is a forum website, where people can create topic for conversation and also for sharing tips etc.
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
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/Mohib75/buzz-breeze.git
-
Navigate to the project directory:
cd your-repo-name
-
Install dependencies:
Using npm:
npm install
Using Yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Using Yarn:
yarn dev
-
Open your browser and visit:
http://localhost:3000