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
- Host: GitHub
- URL: https://github.com/thevahidal/quizy
- Owner: thevahidal
- Created: 2022-04-18T18:10:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T18:46:22.000Z (about 4 years ago)
- Last Synced: 2025-01-31T22:11:14.760Z (over 1 year ago)
- Topics: react, tutorial
- Language: JavaScript
- Homepage: https://quizy-tutorial.vercel.app
- Size: 178 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.