Skip to content

giuliamml/02_simple_carousel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple carousel

Join the chat at https://gitter.im/CodersInHood/02_simple_carousel

In this project we need to build a simple image carousel.

Carousel

Requirements:
  1. Fetch images from the Unsplash API.
    • Sign up for your own API Key
  2. Build a simple carousel left/right navigation
  3. Limit your images to 5 items.
  4. When you click "previous slide" on a first one you should see the last image.
  5. When you click "next slide" on a last one one you should see the first image.
  6. It should dynamicaly generate slides for each image.

Check Gitter channel to get help. 😉

About

Simple carousel on pure JS and some CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 57.1%
  • HTML 41.9%
  • JavaScript 1.0%