My Portfolio Hub
Home
Coding Solutions
Projects
Vlogs
About
Contact
🌙
Projects by Language & Level
Python
Easy
Medium
Hard
Easy
Calculator App
A simple command-line calculator that supports basic arithmetic operations.
Number Guessing Game
A game where the user tries to guess a randomly generated number.
Medium
To-Do List (Tkinter)
A GUI-based to-do list application using Tkinter for task management.
Hard
Web Scraper
A tool to scrape data from websites and export it to CSV or Excel.
JavaScript
Easy
Medium
Hard
Easy
Digital Clock
A real-time digital clock displayed in the browser.
Medium
Weather App
A web app that fetches and displays weather data using an API.
Hard
Chat Application
A real-time chat app using WebSockets (Node.js + Socket.io).
Java
Easy
Medium
Hard
Easy
Simple ATM Simulator
A console-based ATM simulation for deposits, withdrawals, and balance checks.
Medium
Student Management System
A CRUD application to manage student records using Java and file I/O.
Hard
Library Management System (GUI)
A GUI-based library system for managing books and members.