In this project, let's build Technology Cards by applying the concepts we have learned till now.
Click to view
Click to view
- Download dependencies by running
npm install - Start up the app using
npm start
Functionality to be added
The app must have the following functionalities
-
The App is provided with
cardsList. It consists of a list of cardItem objects with the following properties in each cardItem objectKey Data Type id Number title String description String imgUrl String className String -
The value of the key
idshould be used as a key to theCardItemcomponent. -
The value of the key
classNameshould be used for the HTML list item in theCardItemcomponent.
Implementation Files
Use these files to complete the implementation:
src/App.jssrc/App.csssrc/components/CardItem/index.jssrc/components/CardItem/index.css
Click to view
The following instructions are required for the tests to pass
- Each
CardItemshould have an HTML image element withaltattribute value as the value of the key title incardsList
Colors
Hex: #f4faff
Hex: #64748b
Hex: #ffffff
Hex: #ff4f64
Hex: #00a8e7
Hex: #44c4a1
Hex: #fcc200
Hex: #171f46
Font-families
- Roboto
