#This is a Task Manager API #app.py is the streamlit ui code(Gemini-made). #config.py is the code to load data from json file. #main.py is the code of the api. #shemas.py is the code of created classes. #tasks.json is the file in which the data of tasks is stored.