The problem
To create a minimalistic and simple app that will store data about employees.
Project structure
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.
Functional or Classes?
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.
Take a look
After clicking on one of the links will be opened a new tab.
Demo /
Source code