PlanMaxxer is a Flask web application designed to help users manage their daily activities through different modules such as Weather, Calendar, and Wardrobe. This application utilizes Bootstrap for styling and responsive design.
- Weather Module: Check the weather for today, this week, next week, or last month.
- Calendar Module: View your plans today, create plans, or count the days.
- Wardrobe Module: View all the clothes that you own, or add new ones.
- Flask: A micro web framework for Python.
- Bootstrap 5.3.3: A popular CSS framework for responsive and modern web design.
- HTML/CSS: Markup and styling of the web pages.
- Python 3.x
- Flask
- Clone the repository:
git clone https://github.com/James-Kittle/PlanMaxxer.git
- Navigate to the project directory:
cd PlanMaxxer
- Install Flask:
pip install flask
- Run the application:
python main.py
- Open your browser and go to:
http://127.0.0.1:7575
Once the application is running, you can navigate through different modules using the navigation bar. Each module provides specific functionalities to help manage your daily activities.
- View the current weather and forecasts.
- Manage your daily, weekly, and monthly plans.
- Organize and keep track of your wardrobe items.