This repository contains a collection of 12 small, single-page web applications. These tools were initially generated using AI assistance, but have been further developed and refined with custom code and modifications to meet specific requirements. Each tool serves a distinct purpose, ranging from utility functions to simple games.
-
CreditCardGenVal.html: Credit Card Generator and Validator
- Generates valid credit card numbers for various card types (Visa, MasterCard, American Express, Discover, Diners Club).
- Validates credit card numbers using the Luhn algorithm.
-
InterestCalculatorClock.htm: Interest Calculation with Multiple Rates (Version 1)
- Calculates yearly and monthly interest for a given amount and up to three different interest rates.
- Includes basic styling and input validation.
- Displays a real-time clock.
-
IntrestRateCalcClock.htm: Interest Rate Calculator with Dynamic Rate Management (Version 2)
- Enhanced interest rate calculator with dynamic addition and removal of interest rate inputs.
- Calculates the amount based on monthly interest and vice-versa.
- Displays results in a table with copy and delete functionality for individual result sets.
- Includes input validation and a real-time clock.
-
Multi Searche.html: Multi-Search Engines
- Provides a single input field to search across multiple search engines (Google, Bing, DuckDuckGo, Yahoo, Yandex, Ecosia, YouTube, Vimeo, Dailymotion, and Baidu).
-
MultiSearch Categorised.html: Multi-Search Engines (Categorized)
- Similar to "Multi Searche.html" but categorizes search engines into general and video search categories.
-
Multi_Searche.html: Multi-Search Engines (Single Input, Multiple Buttons)
- Implements multi-search functionality with one input field and individual buttons for each search engine.
- Includes proper URL encoding for Dailymotion searches.
-
QRcodeGenR.html: QR Code Generator and Reader
- Generates QR codes from text input.
- Allows downloading generated QR codes.
- Reads QR codes from uploaded images.
- Handles URL data within QR codes for direct link opening.
-
Qaccess.html: Quick Access Link Manager
- Manages a list of quick access links.
- Includes "Save to File" functionality to export links as a JSON file.
- Features improved and optimized table rendering for better performance.
-
Rock_Paper_Scissors.html: Rock, Paper, Scissors Game
- A simple Rock, Paper, Scissors game with score tracking.
-
colorPicker.htm: Color Picker
- Interactive color picker with RGB and Hex input.
- Real-time color preview.
- Color history with RGB and Hex values.
-
numConvert.html: Number Base Converter
- Converts numbers between binary, octal, decimal, and hexadecimal bases.
- Includes input validation.
-
primeChecker.html: Prime Number Checker
- Checks if a given number is prime.
- Displays divisors and nearest prime numbers.
-
problem_tracker.html: Problem Solving Tracker
- A web tool with a timer to track problem-solving sessions.
- Logs task history with time spent, time remaining, status, and date.
- Saves task history locally in the browser.
- Allows resuming previous tasks and deleting entries.
- HTML
- CSS
- JavaScript
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.