https://github.com/devanb/trivia-code-challenge
https://github.com/devanb/trivia-code-challenge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devanb/trivia-code-challenge
- Owner: DevanB
- Created: 2019-06-04T20:11:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T10:45:22.000Z (about 1 year ago)
- Last Synced: 2024-04-22T11:53:53.233Z (about 1 year ago)
- Language: TypeScript
- Size: 3.12 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trivia Game
This project utilizes create-react-app as well as the follow dependencies:
- [styled-components](https://npm.im/styled-components)
- [tailwindcss](https://npm.im/tailwindcss)
- [xstate](https://npm.im/xstate)
- [@xstate/react](https://npm.im/@xstate/react)## Setup
1. Clone repository and change into project
```bash
git clone [email protected]:DevanB/trivia-code-challenge.git
cd trivia-code-challenge
```2. Install dependencies and validate code
```bash
yarn setup
``````bash
npm run setup
```3. Start project! 🚀
```bash
yarn start
``````bash
npm start
```## Explanation of Project
The project, however, does utilize a finite state machine for keeping all state
and progress through game.