ishitaraina1807 / WebQuest-QuizGame

Level Up Your Web Development Skills with Fun Quizzes!
https://thewebquest.vercel.app/
MIT License
8 stars 5 forks source link

TestWebD

Welcome to TestWebD! This website is designed to help you test your knowledge in HTML, CSS, and JavaScript through interactive quizzes. It is built using React, Tailwind CSS, and Firebase authentication.

Features

Technologies Used

Installation

To run TestWebD locally, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/TestWebD.git
  2. Navigate to the project directory: cd TestWebD
  3. Install dependencies: npm install
  4. Set up Firebase:
    • Create a Firebase project at Firebase Console
    • Enable Google authentication in Firebase Authentication

      Replace the dummy firebase credentials in firebase.js file with your real firebase credentials

      apiKey: " AIzaSyD-4",
      authDomain: " medcare-72185.firebaseapp.com",
      projectId: "medcare-72185",
      storageBucket: "medcare-72185.appspot.com",
      messagingSenderId: "252642172466",
      appId: "1:252642172465:web:1a4c1b",
      measurementId: "G-4"

      You can refer a tutorial on how to get the firebase credentials here

  5. Start the development server: npm start
  6. Open your browser and visit http://localhost:3000 to view TestWebD.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or feedback, feel free to contact at ishitaraina18@gmail.com.