Skip to content

Dynamic Table Generator using HTML, CSS and JavaScript (Web Development).

Lilnuggetr/Dynamic-Table-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Dynamic Table Generator

This project is a simple responsive web-based tool that allows users to generate dynamic HTML tables based on the number of columns and rows they input.

๐Ÿš€ Features

  • Create a custom HTML table dynamically.
  • Responsive UI with modern CSS styling.
  • Works on mobile and desktop.
  • Styled using CSS variables and clean design patterns.
  • Alternating row colors for better readability.

๐Ÿ›  Technologies Used

  • HTML5
  • CSS3 (Custom Properties, Flexbox, Media Queries)
  • JavaScript (DOM Manipulation)

๐Ÿ“ธ Screenshots

image image

๐Ÿ“‚ Project Structure

project-folder/
โ”‚
โ”œโ”€โ”€ Table.html # Main HTML file
โ”œโ”€โ”€ styles.css # CSS styling file
โ”œโ”€โ”€ script.js # JavaScript for table generation
โ””โ”€โ”€ README.md # This file

๐Ÿง‘โ€๐Ÿ’ป How to Use

  1. Open Table.html in any modern web browser.
  2. Enter the desired number of columns and rows.
  3. Click the Create Table button.
  4. A styled HTML table will appear below.

โœ… To Do (Optional Enhancements)

  • Add export to CSV feature
  • Allow editing of cells
  • Add delete/insert row or column functionality
  • Include animations

๐Ÿ“ฑ Responsive Design

This project uses Flexbox and media queries to ensure usability on both desktops and mobile devices.

๐Ÿ”’ License

This project is open-source and free to use under the MIT License.


Made with ๐Ÿ’™ using HTML, CSS, and JavaScript.

About

Dynamic Table Generator using HTML, CSS and JavaScript (Web Development).

Topics

Resources

Stars

Watchers

Forks