This project was bootstrapped with Create React App.
QUIZ App developed by Harshit Bhatt using ReactJS and deployed on Netlify.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Start with cloning this repo on your local machine:
$ git clone https://github.com/itsharshitb/QuizApp.git
$ cd QuizApp/
To install and set up the library, run:
$ yarn or $ npm install
You can add your new features and pull a request, I will sure look into that.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😎
- Harshit Bhatt - Initial work - itsharshitb