Finance Tracker
Finance Tracker Overview The Finance Tracker is a web application built using Flask that allows users to track their personal finances. Users can add transactions (income and expenses) and view their balance based on the recorded transactions. Features Add new transactions (income and expenses) View a list of all transactions Calculate the total balance (income - expenses) Technologies Used Python Flask SQLite HTML/CSS Getting Started Prerequisites Python 3.x Flask library SQLite database.
Tags: Python, CSS, HTML
Task Manager
Task Manager App This is a simple web application project for managing tasks (CRUD: Create, Read, Update, Delete). The application is built using FastAPI on the backend and JavaScript on the frontend to interact with the API. Features Create Tasks: Add new tasks with a title and description. Read Tasks: Display all available tasks in a list. Update Tasks: Edit the title and description of an existing task. Delete Tasks: Delete a task from the list. Technologies Used Backend: FastAPI - a modern and fast web framework for building APIs with Python 3.7+ based on typing. Frontend: HTML, CSS and JavaScript (with the Fetch API). Database: SQLite.
Tags: Python, CSS, JavaScript, HTML
Job Search
This is a web job search application developed with Flask that uses The Muse API to obtain and display job listings based on the keywords and location provided by the user. - Search for jobs by title and location. - Paginated job listings. - View job details and apply directly through the job page on The Muse.
Tags: Python, CSS, HTML
Portfolio Web
The portfolio is designed to highlight my proficiency in web development, offering visitors an organized and visually appealing way to explore my work and expertise.
Tags: CSS, JavaScript, HTML
Banking Program
Python Banking Program This is a simple command-line banking program written in Python. It allows users to check their balance, deposit money, withdraw money, and exit the program. The project demonstrates the use of basic Python concepts such as functions, loops, and conditionals, along with handling user input and performing simple calculations.
Tags: Python