What I've Built.
A classic snake game built using Python (Pygame). The goal is to collect food to grow the snake while avoiding collisions with the wall or itself. This was one of my first interactive projects and helped me grasp game loops, key event handling, and real-time rendering.
A voice-controlled calculator that uses Python's SpeechRecognition and Pyttsx3 libraries. You can speak out arithmetic expressions and get instant voice responses. It introduced me to speech APIs and audio processing in Python, making it an exciting challenge in human-computer interaction.
A simple social media mock-up using HTML, CSS, and JavaScript. Users can post updates and browse shared content. This project was a great exercise in DOM manipulation, responsive layout design, and user interaction logic using vanilla JS.