Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjuliao/metric_webapp
This is a react app for fetching data and rendering it based on a figma design. Deployed in render.
https://github.com/gjuliao/metric_webapp
api reactjs
Last synced: 6 days ago
JSON representation
This is a react app for fetching data and rendering it based on a figma design. Deployed in render.
- Host: GitHub
- URL: https://github.com/gjuliao/metric_webapp
- Owner: gjuliao
- License: mit
- Created: 2023-02-06T12:37:04.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-13T19:33:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T18:27:09.210Z (2 months ago)
- Topics: api, reactjs
- Language: JavaScript
- Homepage: https://metric-app-4hif.onrender.com/home
- Size: 1.16 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microverse
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)** Metrics Web App ** Is a react app that fetches data from an API with information about countries in Europe. From the countries it brings data such as population, subregion, area and the capital of the country. React components are being tested with Jest. Live demo is being deployed on render.
>
Client
- **Dynamic content using JavaScript**
- [Live Demo Link](https://metric-app-4hif.onrender.com/)
- [Loom Intro Video](https://www.loom.com/share/3494eac2f64344619450e0aa2f05b92c)
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
### Setup
Clone this repository to your desired folder:
1. Download the **Zip** file or clone the repo with:
`bash git clone [email protected]:gjuliao/metrics_webapp.git`
2. To access cloned directory run:
`bash cd metrics_webapp `
3. Open it with the live server
### Install
> To install linters and other project's dependencies run:
> `bash npm install `
### Usage
To run the project, execute the following command:
### Run tests
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
`bash npx hint . `
2. For tracking linter errors in CSS or SASS files run:
`bash npx stylelint "**/*.{css,scss}" `
3. For tracking linter errors in javascript files run:
`bash npx eslint . `
### Deployment
You can deploy this project using:
👤 **Giovanni Juliao**
- GitHub: [@gjuliao](https://github.com/gjuliao)
- [ ] **[Add navigation bar]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/gjuliao/metrics_webapp/issues).
> Write a message to encourage readers to support your project
If you like this project please give us a star and leave us a positive message.
> Give credit to everyone who inspired your codebase.
I would like to thank the Microverse team for their guidance on the project.
This project is [MIT](./LICENSE) licensed.