A simple web app that generates multiplication tables for any number from 1 to 10,000, allowing users to customize the table's range. Ideal for students, educators, or anyone who needs a quick way to view multiplication results.
- Generate multiplication tables for any number.
- Specify the upper limit (up to 100) for the multiplication table.
- User-friendly interface with clear inputs and a neatly formatted table display.
- Input validation to ensure correct data entry.
For live demo click here or can use link below
https://muhammad-aqib-bashir.github.io/table-generator/
- Input the number for which you want the multiplication table.
- Specify the range (up to 100) for the multiplication table.
- Click "Generate Table" to instantly display the table.
To use the app locally, follow these steps:
-
Download or Clone the Repository:
git clone https://github.com/Muhammad-Aqib-Bashir/table-generator.git
-
Open the
index.html
file in your browser:- You can directly open the
index.html
file in any modern web browser like Chrome, Firefox, or Edge.
- You can directly open the
-
Run the app:
- No server is required for basic functionality; just open the file in your browser to begin using the app.
- Open the app in your browser.
- Enter the number for the multiplication table.
- Set the upper limit (up to 100).
- Press the "Generate Table" button to see the results displayed below.
- HTML5: Structure of the web page.
- CSS3: Styling and design.
- JavaScript: Logic for generating the multiplication table dynamically.
If you'd like to contribute to this project, feel free to fork the repository, create a new branch, make your changes, and submit a pull request. All contributions are welcome!
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request with a description of your changes.
This project is licensed under the MIT License - see the LICENSE file for details.