https://github.com/stuymedova/slideshow
[DEMO] Simple slideshow in Vanilla JavaScript
https://github.com/stuymedova/slideshow
javascript js slideshow
Last synced: 4 months ago
JSON representation
[DEMO] Simple slideshow in Vanilla JavaScript
- Host: GitHub
- URL: https://github.com/stuymedova/slideshow
- Owner: stuymedova
- Created: 2021-10-17T09:26:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T14:03:18.000Z (over 3 years ago)
- Last Synced: 2025-01-09T17:04:37.926Z (6 months ago)
- Topics: javascript, js, slideshow
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Slideshow
A simple slideshow implemented in Vanilla JavaScript as part of the [howtocode.club](https://howtocode.club) course
## Overview
```
.
├── assets
│ ├── imgs
│ │ └── …
│ ├── main.css
│ └── main.js
└── index.html
```## Prerequisites
[Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)
## Setup
Run in terminal:
```
npm start
```## Result
![]()