Skip to content

This is a simple review slider with javascript, I made this to learn basics of JavaSript and how to interact with DOM.

Notifications You must be signed in to change notification settings

itsnooshin/simple-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to make a carosoul

beautidtul image slider made with javascript. A great projcet to practice javascript Dom (document objecet model). The purpose of this project is to practice showing slides to users.

proceses

There are several features that the user can discover by clicking

  • We should create a function that allows the user to navigate to the next or previous slide.
  • When the user clicks on the arrowRight, the slide will move to the next slide.
  • when the user clicks on arrowLeft, the slide go to the previous slide.

Built With

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Desktop-first
  • JavaScript DOM

About

This is a simple review slider with javascript, I made this to learn basics of JavaSript and how to interact with DOM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published