A React-based interactive website featuring a PUBG map tool with drawing capabilities, game statistics, backpack management, and more.
- 🗺️ Interactive Map Tool - Draw circles, rectangles, lines, and markers on PUBG maps (Erangel, Miramar, Sanhok, Vikendi)
- 📝 Blog System - Blog pages with rich text content
- 🔄 Responsive Design - Fully responsive with Tailwind CSS
- React 18 - Frontend framework
- React Router v6 - Routing
- Leaflet - Interactive maps
- Tailwind CSS - Styling
- Semantic UI React - UI components
- React Quill - Rich text editor
- Node.js (v14 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/MuhammadHashir28/pubg-egame.git
# Navigate to project directory
cd egamewebsite
# Install dependencies
npm install# Start development server
npm startThe app will be available at http://localhost:3000.
# Create production build
npm run buildThe build output will be in the build/ directory, ready for deployment.
