Website: https://open-trivia-challenge.herokuapp.com/
To run this application in your own development environment, install NodeJs and Git, and a text editor of your choice.
Install all node package dependencies listed in the package.json file using the following command in your terminal, in the directory of the project:
npm install
You can also use:
npm i
After all packages have been installed, you can run a development version of the application in your web browser on localhost using this command:
npm start
Deployed to Heroku: https://open-trivia-challenge.herokuapp.com/
- NodeJS - JavaScript runtime
- ReactJS - JavaScript UI library
- React-Router - Declarative routing for React.js
- Axios - Promise based HTTP client
Open source contributions are always welcome. Submit a pull request or an issue if you would like to contribute or request improvements.