Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 898 Bytes

Flask Student Exam and Weather App

Online Quiz and Weather Forecast Web Application

This is a web application built using Flask that allows users to register, login, take quizzes, and check the 3-day weather forecast for a city.

Features

  • User Registration and Login: Users can create accounts and log in securely.

  • Quiz Section: Users can take quizzes consisting of random questions and earn points for correct answers.

  • Weather Forecast: Users can enter a city and view the 3-day weather forecast for that location.

  • Leaderboard: A leaderboard displays the top users based on their scores in the quizzes.

SETUP

openweathermap.org API key required. Add your API key on line 129
  git clone https://github.com/Ayberk25/Flask_Exam_App.git
  cd Flask_Exam_App
  pip install -r requirements.txt

AND RUN

  python app.py