Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 741 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 741 Bytes

Education project

The goal of developing this project was to improve my skills in the field of react, develop an administrative accounting panel and data navigation.
The subject of the project was the accounting of volleyball players
Mechanics implemented in this project:

  • Adding player details
  • Deleting player data
  • The ability to assign a player a property to increase
  • The ability to assign a player to favorites
  • Filter players
  • Search for players by first name, last name, etc.

    Technical component
    It was decided to make this project on native react only by promoting class components and dropping the state down the hierarchy to study the pros and cons of this approach