https://github.com/vikramsamak/table-generator-basic
https://github.com/vikramsamak/table-generator-basic
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikramsamak/table-generator-basic
- Owner: vikramsamak
- Created: 2024-07-12T17:30:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T17:40:09.000Z (over 1 year ago)
- Last Synced: 2025-04-03T01:15:46.373Z (9 months ago)
- Language: HTML
- Homepage: https://table-generator-basic.vercel.app/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TableGenerator
TableGenerator is a simple web application built with HTML, CSS (using Tailwind CSS), and JavaScript. It allows users to generate multiplication tables based on a user-provided number input.
## Features
- **Input**: Users can input a number for which they want to generate a multiplication table.
- **Generate Table**: Generates a multiplication table from 1 to 10 for the input number.
- **Reset**: Allows users to reset the generated table and input field.
- **Responsive**: Designed to be responsive and work well across various screen sizes.
## Technologies Used
- HTML
- CSS (Tailwind CSS)
- JavaScript
## Usage
1. **Input Number**: Enter a number in the input field and press "Generate".
2. **Generated Table**: View the multiplication table displayed below the input field.
3. **Reset**: Click "Reset" to clear the table and input field.
## Deploy on Vercel
Click the button below to deploy this project on Vercel:
[](https://vercel.com/import/project?template=https://github.com/vikramsamak/TableGenerator)