Skip to content

kindnesskay/simple-quiz

Repository files navigation

WebDevQuizApp Frontend

This is the frontend repository for the WebDevQuizApp. It is a React-based quiz application that allows users to answer web development-related questions. The frontend interacts with the WebDevQuizAPI backend to retrieve quiz questions and submit answers.

Features

  • Quiz Questions: Retrieve and display web development quiz questions.
  • Answer Submission: Submit user answers to the backend for validation.
  • Real-time Feedback: Receive immediate feedback on the correctness of answers.

Technologies Used

  • Next.js
  • Axios (for API communication)
  • Tailwind CSS (for styling)

Project Structure

The project structure is organized for ease of development and maintenance. Key directories include:

  • components: React components used to build the UI.
  • app/: Top-level pages or views of the application.

Contributing

If you would like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make changes and commit them.
  4. Push the changes to your fork.
  5. Submit a pull request to the main repository.

Acknowledgments

  • The WebDevQuizAPI backend for providing quiz questions and answer validation.

About

A webpage with questions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors