An open API service indexing awesome lists of open source software.

https://github.com/devanb/trivia-code-challenge


https://github.com/devanb/trivia-code-challenge

Last synced: 2 months ago
JSON representation

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.