To-Do List Project
I developed a functional To-Do List application using HTML, CSS, and JavaScript. This useful tool lets users manage tasks simply and easily. Users can add new tasks, mark items as complete, and remove finished items with a single click. Simple animations provide visual feedback when completing tasks. The minimalist design balances functionality with visual appeal, creating an efficient productivity tool for daily use.
Check out system
As part of a school project, we were assigned the task of developing a functional checkout system. This system allows users to select their desired products and proceed to checkout. The purchase information is then linked to a database, which stores details about the selected products.
Netflix
This project involved creating a simple registration and login page, similar to Netflix. It features user authentication, input validation, and error handling for a smooth user experience. It helped me practice working with forms, user data storage, and security like password hashing, while focusing on both front-end design and back-end functionality.
Spaceships
This is a project where I created a space fleet simulator! It’s an interactive space exploration game where you manage a fleet of spaceships on various missions, like navigating through asteroid fields, exploring planets, and defending against space pirates. This project was a great opportunity to explore game mechanics, improve my coding skills, and work with complex algorithms for space navigation. It's one of my favorite projects because it challenged my creativity and problem-solving abilities.
Number Guesser
This is a fun little game where the user tries to guess a randomly generated number within a set range. The game gives feedback on whether the guess is too high or too low, allowing users to adjust their guesses accordingly. This was one of the first projects I did to practice working with loops, conditionals, and random number generation. It's a simple yet effective project for honing basic programming concepts, and I still enjoy tweaking it to add new features!
Calculator
This is one of the first projects I created a few years ago! It's a simple yet functional calculator that allows users to perform basic calculations like addition, subtraction, multiplication, and division. Working on this project taught me a lot about programming logic and designing user interfaces. Since then, I’ve continued to develop my skills and have been tackling more complex projects!