A modern gaming website built with React and Vite, offering an immersive gaming experience.
- Responsive gaming interface
- Game catalog and categories
- User authentication
- Game reviews and ratings
- Profile management
- React 18
- Vite
- CSS/SCSS
- React Router
- Context API
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone [your-repo-url]
cd GamingWebsite- Install dependencies
npm install
# or
yarn installRun the development server:
npm run dev
# or
yarn devVisit http://localhost:5173 to view the application.
Create a production build:
npm run build
# or
yarn build- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License.