These are the rest of my fabulous works which i can proudly deploy
LeetCode-Explorer is a web application designed to help users explore and practice coding problems from LeetCode. It provides a user-friendly interface for searching, filtering, and viewing coding challenges, along with their solutions and explanations.
I really went all out on this project! What may look like a phone is actually created using HTML and pure CSS. That’s all there is to it! 😁
Additionally, it checks and validates USA phone numbers using regular expressions. This project was a requirement for me to earn my JavaScript certificate. Check it out!
This is a Pokemon Search App that allows users to search for their favorite Pokemon and view detailed information about them. It fetches data from the PokeAPI and displays stats, images, and abilities in a user-friendly interface. Great for Pokemon enthusiasts and anyone learning API integration!
This project is a Markdown Previewer that allows users to write and preview Markdown content in real-time. It provides a simple and intuitive interface for creating formatted text, making it easy to write documentation, notes, or any other content using Markdown syntax.
This project is a Jokes Generator App that fetches random jokes from an API and displays them to the user. It provides a fun and interactive way to enjoy jokes, making it a great addition to any entertainment-focused application.
This is a simple calculator that I built to practice my JavaScript skills. It has basic arithmetic operations and a clean user interface. I used HTML, CSS, and JavaScript to create this project, and it was a great way to reinforce my understanding of DOM manipulation and event handling.
This project is a ToDo List App that allows users to manage their tasks efficiently. It provides a simple and intuitive interface for adding, editing, and deleting tasks, making it easy to stay organized and productive.
This is a Palindrome Checker web app that allows users to input a word or phrase and instantly see if it is a palindrome. It ignores punctuation, spaces, and capitalization, making it easy to check any text. Great for learning about string manipulation and logic in JavaScript!
This project is a Roman Numeral Converter that allows users to convert numbers to Roman numerals and vice versa. It provides a simple interface for inputting numbers and displays the corresponding Roman numeral or integer value, making it easy to understand and use.
This project is a simple login page designed using Bootstrap. It provides a clean and responsive interface for users to log in to their accounts, ensuring a smooth user experience across different devices.
This project is a cash register application that simulates a basic cash register system. It allows users to input items, calculate totals, and manage transactions, providing a practical example of handling user input and performing calculations in JavaScript.