Skip to content

inkblotty/StarWarsQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Quiz

A React project integrating the Star Wars API.

Features

  • Randomly generated quiz

    • questions from querying the SWAPI API
  • Responsive interface

  • Accessible interface, incl. keyboard navigation

  • Dark Side Mode / Light Side Mode

Libraries

Later

  • Simple DB to store people for faster querying and no issue swith swapi limits

  • Leaderboard of best quiz takers set up on remote server and database

  • Different route for quiz, settings, leaderboard

  • Server tests

  • Nodemon on server

Quick Start

You'll need two terminal windows to run this.

From this project root dir:

Server:

npm run quickStart:server

The server must be built / compiled before serving.

Client:

npm run quickStart:client

Building the client is not absolutely necessary before starting.

OR

Enter each directory to interact with the scripts listed in both the server and client's READMEs.

Tests can be run inside the client directory.

About

A simple project integrating the Star Wars API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors