A simple React app using data from SpaceX missions for users to learn the SpaceX history, and see all the launches.
Clone repo, install the dependencies and start the app.
$ git clone https://github.com/ikenjoku/spacex-trivia.git
$ cd spacex-trivia
$ npm install
$ npm run build
$ npm start
For development environment...
$ npm run start:dev
MIT
Build Software For Love!