Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinofskii/react-quiz

This is a simple quiz app built with React and Typescript. I used it to practice some more intermediate React concepts like state management with reducers and contexts. I also used it to practice some more advanced CSS concepts like animations and transitions. And used CSS variables combined with SCSS mixins to make the app more responsive.
https://github.com/robinofskii/react-quiz

Last synced: about 1 month ago
JSON representation

This is a simple quiz app built with React and Typescript. I used it to practice some more intermediate React concepts like state management with reducers and contexts. I also used it to practice some more advanced CSS concepts like animations and transitions. And used CSS variables combined with SCSS mixins to make the app more responsive.

Awesome Lists containing this project

README

        

# react-quiz

## Table of Contents

- [react-quiz](#react-quiz)
- [Table of Contents](#table-of-contents)
- [About](#about-)
- [Getting Started](#getting-started-)
- [Prerequisites](#prerequisites)
- [Installing](#installing)
- [Usage](#usage-)

## About

This is a simple quiz app built with React. I used it to practice some more intermediate React concepts like state management with reducers and contexts. I also used it to practice some more advanced CSS concepts like animations and transitions. And used CSS variables combined with SCSS mixins to make the app more responsive.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

What things you need to install the software and how to install them.

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/) (optional)

### Installing

A step by step series of examples that tell you how to get a development env running.

Clone the repo

```bash
git clone
```

Install dependencies

```bash
yarn
```

Start the development server

```bash
yarn dev
```

## Usage

You can use this project as a template for your own React Quiz app. Feel free to fork it and make it your own.