My Projects
Movie Finder Application
A dynamic movie search engine built using Vanilla JavaScript and the OMDb API. It features custom input cleanup for accurate searching, asynchronous data fetching, and a responsive master-detail UI for viewing movie posters and ratings.
Persistent Task Manager
A complete task management app built with Vanilla JavaScript, HTML, and CSS. It includes full CRUD functionality, allowing users to add, edit, complete, and delete tasks. I utilized the browser's LocalStorage to save data, ensuring tasks don't disappear after a page refresh, and designed a clean, mobile-friendly layout.
Rock, Paper & Scissors
Used HTML, CSS & JavaScript to create a Rock, Paper & Scissors game. I used the DOM Manipulation method to create a score that updates everytime you Win, Lose or Tie. I made it so that it can also save the results in local storage!
Check it out!StopWatch
I made this stopwatch with the functionalities to start, stop and reset the timer. It also utilizes the DOM manipulation to display the elapsed time in clear format. The stopwatch measures time from milliseconds to hours and updates the display in real-time!
Check it out!Number-Guessing Game
This is a rather simple one, I used a while loop and some if/else statements to create this game. It uses the `alert()` method to display and take input from the user. I plan to improve this one.
Check it out!Random Quote Generator
This is also very simple, I used the `Math` object to generate a random number that corelates to a specific quotes stored in an array. I used a simple button to initiate the quote generation.
Check it out!