Star Wars Trivia Quiz

Synopsis

To gain more knowledge on how React.js works, I have created a short, fun trivia quiz based on the Star Wars saga by just using React.js.

Design Process

Used Agile Methodology

alt text

Wireframes: (Coming Soon)

Installation:

To create the app:

$ create-react-app {name of project}

For styling, I used Bootstrap:

$ yarn add reactstrap react-addons-transition-group react -addons-css-transition-group react react-dom
$ yarn add bootstrap@4.0.0-alpha.6

In the src/index.js add this line:

import 'bootstrap/dist/css/bootstrap.css';