An open API service indexing awesome lists of open source software.

https://github.com/vikramsamak/table-generator-basic


https://github.com/vikramsamak/table-generator-basic

Last synced: 7 months ago
JSON representation

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:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vikramsamak/TableGenerator)