You are presented with an empty project bootstrapped with create-react-app
and the goal is to build this:
- Swap players on the pitch with players on the bench by dragging and dropping them
- Swap player positions on the pitch by dragging and dropping them
Here's a video of the expected behaviour
- You are allowed to install any libraries you want.
- Readable Code is important.
- Feel free to get creative with it.
- Do as much as you can within the timeframe (it's totally fine if you can't finish).
In your CLI, in the project directory, ensure you have node installed and run:
npm install
then
npm start
Then open http://localhost:3000 to view it in the browser.