Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dialtor/testacreditta
NasaAPI Test Acreditta
https://github.com/dialtor/testacreditta
Last synced: about 2 months ago
JSON representation
NasaAPI Test Acreditta
- Host: GitHub
- URL: https://github.com/dialtor/testacreditta
- Owner: Dialtor
- Created: 2022-10-05T16:08:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T11:39:40.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:09:39.580Z (almost 2 years ago)
- Language: CSS
- Homepage: https://nasa-api-dialtordev.netlify.app/
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Test Acreditta
## 1. System Requirements
1. Node.js installed, versión >= 16
2. Git for downloading the repository## 2. How To Start the Project
1. Download the repository [test-acreditta](https://github.com/Dialtor/TestAcreditta)
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 dev`**## 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 navigate with diferents links, only click it.
2. You can move the cards for see all elements.
3. You can see more information have to hover on card element.# File structure
src --> Folder with the Application logic
### What is inside SRC
src/
|__ common/ --> common modules components
|__ components/ --> aplication modules
|__ features/ --> actions and reducers redux
|__ hooks/ --> custom hooks
|__ redux/ --> redux configuration
|__ screens/ --> views of aplication## Technologies used
- FrontEnd:
- Redux
- React Router Dom
- React
- Styled-components
- Lazy load image component
- Axios
- Modules CSS# END
Thank you for visiting the repository!