Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 641 Bytes

dragNdrop Soccer Team

A simple dragNdrop football/soccer team. Developed using ReactJS.

demo

Available Feature

  • Type your favourite player name in text box, and let it suggest to you.
  • Drag your player from your team to first eleven n back.

Incoming update

  • All player in football in teams available to search.
  • Soccerfield-like section
  • Player's Image
  • Custom arrangement
  • Custom formation

I hope I am able to do it !

How to run:

clone repo
cd to/project/path
npm install
npm start

Your app should be on http://localhost:3000