- React Version: 16.13.1
- Node Version: 14(LTS)
- Default Port: 8000
The component must have the following functionalities:
- The players' name, role, batting, and bowling skills should be rendered as-is.
- Select and Remove players in the team
- Add select button to select a player
- Add Remove button to remove a player
- Show Player details on click
Read Only Files
- src/App.test.js
- src/App.js
- src/index.css
- src/index.js
- src/players.json
- src/registerServiceWorker.js
Commands
- run:
npm start
- install:
npm install
- test:
npm test