G2i's Code Challenge implementation of a Trivia app in React using advanced techniques and industry best practices.
Check G2i Code Challenge for all the details about requirements and wireframes.
- Clone the repo
git clone https://github.com/michael-s-molina/trivia-app-react.git
- Install NPM packages
npm install
- Start the application
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.