Skip to content

cedricDevWP/carouseljs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarouselJS

A simple Javascript carousel with no library and dependencies, with swipe and responsive features.

Demo

Link

Motivation

Prove that wa can create our own carousel libraries using native javascript with ES6, so we can get a high performance carousel with a minimal code.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

You first need a copy of the code in your local machine, make sure to fork and clone, you can clone by running this command.

Clone the app

git clone https://github.com/mohcinenazrhan/carouseljs.git

Change directory to the folder name carouseljs:

$ cd carouseljs

Installing

Install dependencies

To get up and running all you need to do is install the dependencies.

npm install

Note: Make sure you are inside the project directory.

Quick Start

To quickly generate the optimized assets:

npm run build

More details in the following sections.

Run dev server

Run development serve + live editing:

npm run build

Running the tests

No tests available.

Starter Code Owner

License

No license.

Acknowledgments

  • Thanks to grafikart for giving us the chance to learn new things.

About

A simple Javascript carousel with no library dependency using ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • HTML 30.8%
  • CSS 7.3%