https://github.com/dialtor/test_antpack
Test Antpack
https://github.com/dialtor/test_antpack
api components-interaction react react-dom-router
Last synced: about 2 months ago
JSON representation
Test Antpack
- Host: GitHub
- URL: https://github.com/dialtor/test_antpack
- Owner: Dialtor
- Created: 2022-06-03T20:57:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T15:06:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T19:22:21.465Z (4 months ago)
- Topics: api, components-interaction, react, react-dom-router
- Language: CSS
- Homepage: https://unique-paletas-225a2c.netlify.app/
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the Profile App
## 1. System Requirements
1. Node.js installed, versión >= 14
2. Git for downloading the repository## 2. How To Start the Project
1. Download the repository [test-antpack](https://github.com/Dialtor/test_antpack)
2. Change directory with in the project folder
3. **`npm install`** (For installing all of the **Front-end** dependencies)4. For starting the entire application (Open two console's tabs for each command):
**`npm run start`**## 3. How To build
1. Change directory with in the project folder
2. For building the frontend application:
**`npm run build`**## 4. How to use the application
1. You can search users with a input "Person Search".
2. You can move the cards for see all elements.
3. You can see more information have to hover on card element.
4. You can see more information if you have click in the button "more info".# File structure
src --> Folder with the Application logic
### What is inside SRC
src/
|__ components/ --> aplication modules
|__ hooks/ --> custom hooks
|__ screens/ --> views of aplication## Technologies used
- FrontEnd:
- React.js
- Css# END
Thank you for visiting the repository!