This project is a proof of concept that allows for searching for employees in a company based on simple filters.
Users may filter their search for employees based on the following criteria:
- First Name
- Last Name
- Birthdate
- Salary
- Role
- Click green 'Code' button at top of page and download zip
- Once downloaded, open terminal in root directory of repo
- Navigate to 'andreyo-techassign'
cd andreyo-techassign
- Install react-scripts package
npm i react-scripts
- While in the 'andreyo-techassign' folder start the project
npm start
- This should open a browser window where the project may be viewed
Andrey Omeltchenko
@druha4087