Expense Tracker | Python, Flask, SQLite
- Built a web application to track income and expenses with full CRUD functionality.
- Designed and managed an SQLite database for transaction storage and retrieval.
- Implemented category-wise expense tracking and automatic balance calculations using Flask and Python.
Weather Dashboard | Python, Flask, OpenWeatherMap API
- Built a web application that retrieves and displays real-time weather data using the OpenWeatherMap API.
- Implemented API integration, JSON data processing, and error handling for invalid user inputs.
- Developed a responsive user interface using Flask, HTML, and CSS.
File Organizer | Python, OS, Shutil
- Developed an automation tool that organizes files into categorized folders based on file extensions.
- Implemented directory scanning, file movement, and automatic folder creation using Python's file management libraries.
- Improved file organization efficiency by automating repetitive manual tasks.
URL Shortener | Python, Flask, SQLite
- Built a web application that generates unique short URLs and redirects users to original links.
- Designed and managed an SQLite database for URL storage and retrieval.
- Implemented URL validation, routing, and redirection using Flask.