🎯 Get Your Own Quiz Application for Just ₹199

Best Seller
🎯 Get Your Own Quiz Application for Just ₹199
Digital Product

Here are the steps in plain text:

PHASE 1 - Install the tools

  1. Go to nodejs.org and download the LTS version. Run the installer and click Next through everything.
  2. Open Terminal (Mac) or Command Prompt (Windows). Type "node --version" and press Enter. You should see a version number. This confirms Node.js is installed.
  3. Optionally, go to code.visualstudio.com and install VS Code. It helps you open and edit files easily.

PHASE 2 - Get the quiz app files

  1. Download the quiz app zip file from the link you received after purchase.
  2. Right-click the zip file and select Extract All (Windows) or double-click it (Mac). A folder with all the app files will appear.
  3. On Windows: Hold Shift + Right-click inside the extracted folder and select "Open PowerShell window here". On Mac: Right-click the folder and select "New Terminal at Folder".

PHASE 3 - Install and run the app

  1. In the terminal, type "npm install" and press Enter. Wait 1-2 minutes for it to finish. Lots of scrolling text is normal.
  2. After installation is done, type "npm start" and press Enter.
  3. Open your browser and go to http://localhost:3000 and your quiz app will load.

PHASE 4 - Add your own questions

  1. Inside the app folder, find the file called questions.json. Open it with VS Code or Notepad.
  2. Edit the questions, options and answers. Do not delete any commas, brackets or quotes. Save the file with Ctrl+S (Windows) or Cmd+S (Mac).
  3. Go back to localhost:3000 in your browser and press F5 to refresh. Your new questions will show up.
  4. When done, go to the terminal and press Ctrl+C to stop the app. Next time just open the folder in terminal and run "npm start" again.
  • If you need any help with installation, hosting or features, DM on Topmate or email [email protected]
199