← Back to Portfolio

Others

These are the rest of my fabulous works which i can proudly deploy

Project 3

LeetCode-Explorer

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.

Tech Stack: HTML, CSS, JavaScript

Project 3

A Telephone Number Validator

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!

Tech Stack: HTML, CSS, JavaScript

Project 5

A Pokemon Search App

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!

Tech Stack: HTML, CSS, JavaScript

Project 3

A Markdown Previewer

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.

Tech Stack: HTML, CSS, JavaScript

Project 3

Jokes Generator App

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.

Tech Stack: HTML, Bootstrap CSS, JavaScript

Project 4

Calculator

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.

Tech Stack: HTML, CSS, JavaScript

Project 3

A ToDo List App

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.

Tech Stack: HTML, CSS, JavaScript

Project 1

A Palindrome Checker

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!

Tech Stack: HTML, CSS, JavaScript

Project 2

A Roman Numeral Converter

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.

Tech Stack: HTML, CSS, JavaScript

Project 3

Simple Login Page with Bootstrap

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.

Tech Stack: HTML, Bootstrap CSS, JavaScript

Project 4

A Cash Register

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.

Tech Stack: HTML, CSS, JavaScript