Skip to content

lazarok09/react-team-selection

Repository files navigation

React: Team Selection(Medium)

Environment

  • React Version: 16.13.1
  • Node Version: 14(LTS)
  • Default Port: 8000

Application Demo:

Functionality Requirements

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

Project Specifications

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

About

A React web app with unity tests to validate state manegment logic. Time elapsed: 1h

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published