React Quiz API

Table of Contents

Overview

This is a quiz api repo for making the Front-End of the api service here.

screenshot

Stack & Tools

  • React
  • Material UI
  • React Router Dom

How To Use

# Clone this repository
$ git clone https://github.com/MSKose/react-quiz-api.git

# Install dependencies
    $ yarn

# Run the app
    $ yarn start

# Run your Back-End on localhost 8000
    # see the Back-End repo

Acknowledgements