Build something real. 10 projects across Python and JavaScript — all free.
Build a game where the player guesses a random number. The program gives "too high" or "too low" hints.
Analyze text input to count words, unique words, and find the most common word.
Create a branching text adventure story with multiple paths, inventory system, and win/lose conditions.
Track income and expenses by category. Show totals, averages, and highest-spending category.
Build a command-line flashcard quiz system. Load a deck, quiz yourself, and track your score.
Build an interactive browser guessing game with hints, attempt counter, and animated feedback.
Build a working calculator that handles addition, subtraction, multiplication, and division.
Build a complete to-do list with add, complete, delete, and filter functionality. Persist data with localStorage.
Create a multiple-choice quiz with a timer, score tracking, and a results screen with question review.
Build a dual-mode stopwatch and countdown timer with lap recording and alarm functionality.