A web-based Pokemon battle game built with Node.js, Express, and Firebase authentication.
- User authentication with Firebase
- Interactive Pokemon battles
- Points system
- Real-time battle updates
- Pokemon search functionality
- Responsive design
- Node.js
- Express.js
- EJS templating
- Firebase Authentication
- CSS3 with animations
-
Clone the repository: git clone https://github.com/SarvaniBalivada/pokemon-battle-game.git
-
Install dependencies: npm install
-
Set up Firebase:
- Create a Firebase project
- Add your Firebase configuration to the project
- Enable Authentication in Firebase console
-
Start the server: npm start
-
Open your browser and visit: http://localhost:3000