This is a simple game developed as part of my web technology assignment. The game is designed to be fun and demostrate my skills in HTML, CSS, Javascript
Developed as part of my Scrimba learning journey, this simple counter app showcases foundational skills in JavaScript, HTML, and CSS. The project serves as an interactive tool for incrementing and decrementing a numerical count, with a clean, intuitive interface designed to enhance user experience.
A simple login form created using Python's tkinter library. This project demonstrates the basics of GUI development, including labels, entry fields, buttons, and message boxes for user interaction. The form validates a hardcoded username and password combination and displays a success or error message based on the input.