Skip to content

JohnnelBaylen/experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

src/
├── style/
│   ├── button.css       # Styles for the button component
│   ├── list.css         # Styles for the list component
│   └── camera.css       # Styles for the camera component
│
├── template/
│   ├── button.html      # HTML structure for the button component
│   ├── list.html        # HTML structure for the list component
│   └── camera.html      # HTML structure for the camera component
│
└── script/
    ├── button.js        # JavaScript functionality for the button component
    ├── list.js          # JavaScript functionality for the list component
    └── camera.js        # JavaScript functionality for the camera component

About

A frontend experiments using html, css, and javascript to explore ui and interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published