- Node.js installed, versión >= 14
- Git for downloading the repository
-
Download the repository test-antpack
-
Change directory with in the project folder
-
npm install
(For installing all of the Front-end dependencies) -
For starting the entire application (Open two console's tabs for each command):
npm run start
- Change directory with in the project folder
- For building the frontend application:
npm run build
- You can search users with a input "Person Search".
- You can move the cards for see all elements.
- You can see more information have to hover on card element.
- You can see more information if you have click in the button "more info".
src --> Folder with the Application logic
src/
|__ components/ --> aplication modules
|__ hooks/ --> custom hooks
|__ screens/ --> views of aplication
- FrontEnd:
- React.js
- Css
Thank you for visiting the repository!