Skip to content

erixAlexander/Card-List-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Projects Starter APP

Reusable Card Component

This component shows a list of cards one below the other.

Each card contains an image, title, price description and a button.

Right now it's using a public API that shows tours, however it's a boiler plate you can display any other information.

It's separated into a Tours component which uses .map to iterate over the list of objects in the API.

And a Tour component that receives the props and displays them.

Anyway you can make all the changes you need the code is rather simple, but is more to show the organization you may have.

Have fun with it.

image

About

React, reusable component that shows a list of cards from an API call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published