Skip to content

A quiz app with multiple choices questions built with React and using the styled-components library.

Notifications You must be signed in to change notification settings

toreylittlefield/React-Survey-Quiz-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

React Quiz App

Status GitHub Issues GitHub Pull Requests Netlify Status


A multiple choice quiz app built with React and styled-components. Tracks users progress, user answers, and total score on submission.

📝 Table of Contents

▶️ View Live Site

See the live project @ https://torey-react-quiz-app.netlify.app/ hosted on Netlify

Netlify Status

💨 Quick Start

Requires npm and node

Run:
git clone https://github.com/toreylittlefield/React-Survey-Quiz-App.git
cd React-Survey-Quiz-App
npm install
npm start

🧐 About

This project builds a quiz app in React. The quizzes are multiple choice answers and the questions & answer data are fetch from an API.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

System Requirements

  • npm v6.14.5+
  • Node.js v12.18+

To check Node & npm versions run:

npm -v
node -v

For installation & downloading Node.js & npm see: Setup Node & npm

Installing

Local Development Installation Instructions Are As Follows

  • Clone the repo:
git clone https://github.com/toreylittlefield/React-Survey-Quiz-App.git
  • Open the directory
cd quadrant-basic-test-challenge
Client (Frontend)

To run the React App client on port 3000

  • Open the terminal at the root project directory & run
cd client
npm install
npm start

Then open the developer React server @ http://localhost:3000/

🔧 Running the tests

Explain how to run the automated tests for this system.

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

🎈 Usage

Add notes about how to use the system.

🚀 Deployment

Add additional notes about how to deploy this on a live system.

⛏️ Built Using

Frontend

✍️ Authors

About

A quiz app with multiple choices questions built with React and using the styled-components library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published