Skip to content

sspirial/vanilla-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS Web Components Demo

A simple demonstration of vanilla JavaScript web components featuring a reusable table component with dynamic data loading.

Live Demo

Visit https://sspirial.github.io/vanilla-dev

Features

  • Custom Web Components
  • Shadow DOM for style encapsulation
  • Dynamic data loading
  • Responsive table design
  • Error handling and loading states

Getting Started

  1. Clone the repository: git clone https://github.com/sspirial/vanilla-dev.git
  2. Serve the files using a local web server
  3. Open index.html in your browser

Project Structure

vanilla-dev/
├── app.js
├── index.html
├── components/
│   └── table/
│       └── table.js
└── data/
    └── data.json

About

This repository contains a simple web application built with vanilla JavaScript, HTML, and CSS. It demonstrates how to create a dynamic table component without using any external libraries or frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors