This project's purpose is to provide a begginer-friendly platform to set-up and attempt online quizzes with an easy. This is the front-end part of quizTaker, to install the back-end Go to: https://github.com/lakshayman/quizTakerBackend
- Create a parent folder called 'QUIZTAKER' in preferred location.
- Fork the quizTaker from the repository: https://github.com/lakshayman/quizTaker
- Copy the HTTPS link of code from the repository.
- Open VS Code and open QUIZTAKER folder in VS Code.
- Go to View -> Command Palette.
- Enter Clone in search and select Git clone option.
- Now paste the HTTPS link in the search bar.
- After download, Go to Terminal -> New Terminal.
- Enter Command "cd quizTaker".
- Enter Command "npm install" to install deoendencies.
- Wait for task to complete.
- Enter Command "npm start" to run the app.
- To install back-end, visit the given link: https://github.com/lakshayman/quizTakerBackend/blob/main/README.md
In the project directory, you can run:
Installs all the dependencies in the downloaded Quiz Taker folder which are necessary to run the code.
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.