Skip to content

pehmattos/Review-Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review cards

Tutorial project focusing on array and objects.

GitHub repo size

FeaturesGetting startedHow to useCredits

foward, backward and ramdomness review gif

Features

  • Fully responsive (desktop and mobile)
  • Ramdomness button
  • Progressivity and retroactivity button

Getting started

To begin to use this project, choose one of the following options:

  • Clone the repo: git clone https://github.com/pehmattos/reviews.git
  • Download on GitHub
  • Fork the repo

Now open index.html. That's it!

How to use

  • Place an image in img/
  • Create an item to add to menu. Follow this example:
// add in const review script.js

{
  id: 1,
  name: "susan smith",
  job: "web developer",
  img: "./img/person-1.jpg",
  text: "I'm baby meggings twee health goth +1. Bicycle rights tumeric chartreuse before they sold out chambray pop-up. 
  Shaman humblebrag pickled coloring book salvia hoodie, cold-pressed four dollar toast everyday carry.",
},

Credits