Tooluloope / footium-frontend-test-main

Home Page:footium-frontend-test-main.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Footium Frontend Developer Test

Instructions

You are presented with an empty project bootstrapped with create-react-app and the goal is to build this:

Expected Features:

  • 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

Some things to keep in mind

  • 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).

The data for the players can be found in:

src/data.ts

All images can be found in:

public/assets/images

Setup

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.

About

footium-frontend-test-main.vercel.app


Languages

Language:TypeScript 92.7%Language:HTML 5.0%Language:CSS 2.4%