You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am documenting my journey through the Code Institute's 5-Day Challenge! Tasked with creating an engaging webpage teaching "How to make tea?" using HTML, CSS, and JavaScript, I embarked on this coding adventure. In addition to tackling the challenge prompts, I seized the opportunity to develop my own unique webpage as part of the challenge.
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
This is a Python app using tkinter and customtkinter to easily manage employee data. You can add, view, update, and delete records with a few clicks using an interactive table (ttk.Treeview). It’s built with OOP, has smooth event handling, and comes with a clean dark-themed UI.
🧠 A fast-paced image-matching game built with React.js. Match images by category before time runs out. Test your memory and reflexes—like Fruit Ninja, but with logic! ⏱️🍍🐘🌍
"Efficiently manage your canteen operations with our Canteen Management System. Streamline ordering, payment, and inventory control to enhance customer service and optimize your business."
An inventory management system developed in Java to efficiently manage stock and product data. This system enables users to add, update, and delete products, as well as track inventory levels and generate reports.
A web-powered Tic-Tac-Toe game built with Python, Pygame, and Flask. This project integrates a classic game with a backend for tracking scores, multiplayer functionality, and enhanced game logic. Learn about event handling, animations, and real-time interactions while building this fun and interactive game.