Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

js-slideshow