Skip to content

gah-code/react-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Quiz App

Design preview for the Manage landing page coding challenge

A simple quiz application built with React and JSON Server. This project allows users to take quizzes and see their results. It is designed to be easy to set up and extend.

Table of Contents

Demo

Check out the live demo of the app here.

Features

  • Create and take quizzes
  • View quiz results
  • JSON Server for managing quiz data
  • Responsive design
  • Timer

Installation

Follow these steps to set up the project on your local machine.

Clone the Repository

git clone https://github.com/yourusername/react-quiz-app.git
cd react-quiz-app

Project Structure Draft

react-quiz-app/
├── data/
│   └── questions.json
├── public/
│   └── index.html
├── src/
│   ├── components/
│   │   ├── App.js
│   │   ├── Error.js
│   │   ├── FinishScreen.js
│   │   ├── Header.js
│   │   ├── Loader.js
│   │   ├── Main.js
│   │   ├── StartScreen.js
│   │   └── Quiz.js
│   ├── App.js
│   ├── index.js
│   └── ... (other React components and files)
├── .gitignore
├── package.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors