This is a simple quiz application made with HTML and CSS in the front end and flask for the backend. The application was intended to be used at the tech Savy quiz held at LNCT College but the Department of Computer Applications. It took place successfully and the application performed exactly as intended.
To run the application visit the deployment here
To run the app on your local machine follow these steps: prerequisites:
- python
- python-pip (see installation steps here)
- Any internet browser
- step 1- clone the repo using git clone in the terminal in Linux systems or git bash on Windows.
- Step 2- switch to the repo directory using
cd Tech-savy-quiz
- Step 2- run
pip install -r requirements.txt
in your terminal. - Step 3 - start the server on all IPs using
python -m flask run --host=0.0.0.0
for windows orpython3 -m flask run --host=0.0.0.0
for Linux systems - open your browser, in the address bar type 127.0.0.1:5000 or the IP shown on your terminal, and use the web app.
- Your inputs will be stored in a data.csv file in the same folder.
######If you have any questions, please feel free to contact the owner of this repository or raise an issue.