Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuymedova/slideshow
[DEMO] Simple slideshow implemented in Vanilla JavaScript
https://github.com/stuymedova/slideshow
javascript js slideshow
Last synced: about 1 month ago
JSON representation
[DEMO] Simple slideshow implemented in Vanilla JavaScript
- Host: GitHub
- URL: https://github.com/stuymedova/slideshow
- Owner: stuymedova
- Created: 2021-10-17T09:26:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T14:03:18.000Z (about 3 years ago)
- Last Synced: 2024-06-02T17:42:53.481Z (7 months ago)
- Topics: javascript, js, slideshow
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 0
- 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