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

https://github.com/thevahidal/quizy

A step by step hands-on React tutorial
https://github.com/thevahidal/quizy

react tutorial

Last synced: about 1 month ago
JSON representation

A step by step hands-on React tutorial

Awesome Lists containing this project

README

          

# Quizy

This project is a hands-on React tutorial. Each step of the tutorial is tagged, starting from ```v0.1.0```.

## How to follow this guide?
First try to not use the code as much as you can, and do your best to do it yourself.

## How to run the code?
Make sure to install the dependencies using `yarn` or `npm install` first.

### `yarn start` [ or `npm install` ]

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.