itsnooshin / simple-slider

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

Home Page:https://simple-slider-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://simple-slider-two.vercel.app


Languages

Language:HTML 51.9%Language:CSS 29.9%Language:JavaScript 18.2%