Explore All Projects
Browse our entire catalog of projects, filter by difficulty or interest, and find your next coding challenge.
Showing 12 of 34 projects
AI Resume Analyzer
A Flask web app that compares a resume against a job description using TF-IDF similarity and keyword extraction.
Number Guessing Game
A fun command-line game where the computer picks a random number and the user tries to guess it. Great for learning...
Simple Email Automation
A Python script that sends automated emails using the smtplib library. Learn how to automate repetitive tasks and...
Quiz App
A browser-based quiz app with multiple choice questions, a score counter, and a results screen. Perfect for...
Movie Recommendation System
A recommendation system that suggests movies to users based on ratings and similarity scores.
Sentiment Analysis Web App
A web application that predicts whether user entered text has positive, negative, or neutral sentiment.
File Organiser Script
A Python script that scans a folder and automatically sorts files into subfolders by type — images, documents,...
Flashcard Study App
A browser-based flashcard app where users can flip cards to reveal answers. Reinforces DOM manipulation, CSS...
Budget Tracker Web App
A browser-based personal finance tracker that lets users add income and expense entries and visualises the balance...
Network Port Scanner
A Python tool that scans a target host for open ports within a given range. Teaches socket programming, threading...
Typing Speed Test
A browser-based typing test that measures words per minute and accuracy. Great for practising timers, string...
Course Progress Tracker
A CLI tool to track progress through online courses. Users can add courses, mark lessons complete, and see a visual...