Skip to content
/ react-props Public template
forked from Kateryna-99/react-props

React Online Marathon. Practical task on the topic "Props".

Notifications You must be signed in to change notification settings

mdanko990/react-props

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React online marathon

The tasks of the topic "Props"

There are two components - App and its children component First

Write code to provide:

  1. Using the props the component App passes into the component First the list converted into lowercase:
Animals
Anime
Anti-Malware
Art Design
Books
Business
Calendar
Cloud Storage
File Sharing
Animals
Continuous Integration
Cryptocurrency
  1. The component First renders the first (is at index 0) element of the array received in props.

Example

About

React Online Marathon. Practical task on the topic "Props".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • HTML 20.8%
  • CSS 6.8%