Building a Match Game
Click to view
Click to view
- Download dependencies by running
npm install
- Start up the app using
npm start
Image URLs
- https://assets.ccbp.in/frontend/react-js/match-game-bg.png
- https://assets.ccbp.in/frontend/react-js/match-game-score-card-lg-bg.png
- https://assets.ccbp.in/frontend/react-js/match-game-score-card-sm-bg.png
- https://assets.ccbp.in/frontend/react-js/match-game-website-logo.png alt should be website logo
- https://assets.ccbp.in/frontend/react-js/match-game-timer-img.png alt should be timer
- https://assets.ccbp.in/frontend/react-js/match-game-play-again-img.png alt should be reset
- https://assets.ccbp.in/frontend/react-js/match-game-trophy.png alt should be trophy
Colors
Hex: #2c0e3a
Hex: #ffffff
Hex: #fec653
Hex: #cf60c8
Font-families
- Roboto
- All components you implement should go in the
src/components
directory.- Don't change the component folder names as those are the files being imported into the tests.