Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanbrewster/image-slider
An image slider created with html, css, and javascript.
https://github.com/duncanbrewster/image-slider
css html javascript slider
Last synced: 7 days ago
JSON representation
An image slider created with html, css, and javascript.
- Host: GitHub
- URL: https://github.com/duncanbrewster/image-slider
- Owner: DuncanBrewster
- Created: 2021-10-05T22:06:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T17:20:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T10:26:13.433Z (5 months ago)
- Topics: css, html, javascript, slider
- Language: JavaScript
- Homepage: https://duncanbrewster.github.io/image-slider/
- Size: 9.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/87501964/136110736-b6831a4f-3131-4d3a-9700-384f5d30cc75.png)
# [image-slider](https://duncanbrewster.github.io/image-slider/)
A minimalist wallpaper image slider.## Features
* Scroll through image slider with left and right arrows or navigation dots
* Is mobile and desktop friendly## Installation
1. Clone the repository to your computer.
```bash
git clone https://duncanbrewster.github.io/image-slider.git
```2. To view the project locally, navigate to the project folder and open the `index.html` file in a web browser.
## Tools
This project:
* was built with **JavaScript**.
* uses **semantic HTML** markup.
* is styled with **CSS**.