Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.69 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.69 KB

Trivia Game Coding Challenge

G2i's Code Challenge implementation of a Trivia app in React using advanced techniques and industry best practices.

Table of Contents

About The Project

Check G2i Code Challenge for all the details about requirements and wireframes.

Home screenshot

Quiz screenshot

Results screenshot

Built With

Installation

  1. Clone the repo
git clone https://github.com/michael-s-molina/trivia-app-react.git
  1. Install NPM packages
npm install
  1. Start the application
npm start

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.