NoemiRozpara / courses-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

courses-shop

Sample courses shop build using ReactJS.

Configuration: $ git clone https://github.com/NoemiRozpara/courses-shop
$ cd courses-shop
$ npm install
$ npm start

Features:

  • Available courses list displayed from src/Data/courses_data.jsx (JSON)
  • Add or remove courses from favourites and check your favourites list
  • Rate every course using stars (Material Design Icons included into project)
  • Nice looking, responsive components (Bootstrap 4)
  • Most components are build using ES6 classes
  • Add items to cart using HTML5 Drag&Drop
  • Check your cart list and remove unnecesary items
  • Search courses list and choose course you wish to edit
  • Edit all parameters of the course

I'm planning to add automatic SCSS transpilation.

About


Languages

Language:JavaScript 97.0%Language:CSS 1.7%Language:HTML 1.3%