Michael Myers
This app allows to user add, delete, edit, filter employees in the table.
To create a minimalistic and simple app that will store data about employees.
I'm playing with file structure and styles libraries, trying to find what I prefer more. In this case I used a separate folder creation for each component. And each folder contains a javascript file and css file for styling. I think it's way handy to have these two files in one place, no needs to find a line of code in 2k lines file like index.css or whatever.
Sometimes I see sort of discussions about React components and what to choose: Functional or Class? I won't say here what the difference between of them. In the project I used functional components.