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.
-
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.
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
python app.py