A multiple choice quiz app built with React and styled-components. Tracks users progress, user answers, and total score on submission.
- Getting Started
- Testing
- Deployment
- Usage
- Built Using
- [Authors](#authorsupdate
See the live project @ https://torey-react-quiz-app.netlify.app/ hosted on Netlify
Requires npm and node
git clone https://github.com/toreylittlefield/React-Survey-Quiz-App.git
cd React-Survey-Quiz-App
npm install
npm start
This project builds a quiz app in React. The quizzes are multiple choice answers and the questions & answer data are fetch from an API.
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.
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
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
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/
Explain how to run the automated tests for this system.
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add notes about how to use the system.
Add additional notes about how to deploy this on a live system.
- Styled Components - CSS-in-JS Styling Library
- React - UI JS Library -> _Created with create-react-app
- @toreylittlefield - The one who completed this project