Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robinofskii/react-quiz
- Owner: robinofskii
- License: unlicense
- Created: 2023-09-09T20:44:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T10:49:45.000Z (about 1 year ago)
- Last Synced: 2023-10-31T11:36:26.578Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)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.
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
```You can use this project as a template for your own React Quiz app. Feel free to fork it and make it your own.