waldothedeveloper / g2i-trivia-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G2i Trivia Challenge!

enter image description here

This project uses the following technologies:

  • CRA(create-react-app)
  • TailWindCSS
  • Heroicons

Live Demo

For a live demo of this project, visit: https://trivia-challenge.netlify.app/

How to run this app in Development

  • Clone the project here: https://github.com/waldothedeveloper/g2i-trivia-challenge
  • Once you have a local copy, install the dependencies (this will install all the dependencies of a create-react-app and other dependencies needed to run TailwindCSS on a create-react-app project.)
  • With all the dependencies installed, run yarn start to run a development server on port 3000. You can also yarn build to build a production instance that can be served locally ( since this is using a cra project you can find all the info here: https://create-react-app.dev/docs/production-build)

For more info about TailwindCSS visit: https://tailwindcss.com/

About


Languages

Language:JavaScript 86.6%Language:HTML 8.2%Language:CSS 5.3%