An open API service indexing awesome lists of open source software.

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

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!