ishitaraina1807 / WebQuest-QuizGame

Level Up Your Web Development Skills with Fun Quizzes!

Home Page:https://thewebquest.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Quizzes: Test your knowledge in HTML, CSS, and JavaScript through interactive quizzes.
  • Authentication: Securely log in using Google Firebase authentication.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for creating custom designs quickly.
  • Firebase: A platform developed by Google for creating mobile and web applications.

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

  1. Start the development server: npm start
  2. 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.

About

Level Up Your Web Development Skills with Fun Quizzes!

https://thewebquest.vercel.app/

License:MIT License


Languages

Language:JavaScript 90.4%Language:CSS 8.3%Language:HTML 1.2%