Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennedyowusu/metrics-webapp
Metric WebApp is a react-based responsive web application that allows users to view countries. The web app has two pages: the home page and the details page. The home page displays a list of countries that could be filtered by country name.
https://github.com/kennedyowusu/metrics-webapp
api-rest react react-hooks react-router reactjs tailwindcss
Last synced: 14 days ago
JSON representation
Metric WebApp is a react-based responsive web application that allows users to view countries. The web app has two pages: the home page and the details page. The home page displays a list of countries that could be filtered by country name.
- Host: GitHub
- URL: https://github.com/kennedyowusu/metrics-webapp
- Owner: kennedyowusu
- License: mit
- Created: 2023-02-06T18:21:15.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-09T11:36:37.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T14:15:01.165Z (about 2 months ago)
- Topics: api-rest, react, react-hooks, react-router, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Metric WebApp\] ](#-metric-webapp-)
- [Screenshots](#screenshots)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Metric WebApp]** is a react based responsive web application that allows users to view countries around. The web app has two pages: the home page and the details page. The home page displays a list of countries that could be filtered by country name. When the user clicks (or taps) on a country, the application navigates to the details page.
## Screenshots
![](./src/assets/screenshots/4.png) ![](./src/assets/5.screenshots/5.png)
![](./src/assets/screenshots/1.png) ![](./src/assets/screenshots/2.png) ![](./src/assets/screenshots/3.png)- React
- Redux
- Redux-router
- Linters (ESLint, Stylelint)
- Jest
- Design Credits to [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio)
- [financialmodelingprep API](https://financialmodelingprep.com/)- **[Home page that displays list of Countries]**
- **[Details page for detailed information about a Country]**
- **[Back button to navigate back to the home page from the details page]**- [Live Demo Link](https://kennedy-metric-webapp.netlify.app/)
- [Presentation](https://www.loom.com/share/aafa5d70fd7d4823ada6dded7ebedc0e)To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
a browser
a code editor
```### Setup
Clone this repository to your desired folder:
```sh
cd your-folder
git clone https://github.com/kennedyowusu/metrics-webapp
```-
### Install
Install this project with:
```sh
cd metrics-webapp
npm install
```-
### Usage
To run the project, execute the following command:
```sh
npm run build
npm start
```-
### Run tests
To run tests, run the following command:
```sh
npm test
```-
### Deployment
You can deploy this project using:
```sh
npm start
```👤 **Kennedy Owusu**
- GitHub: [@kennedyowusu](https://github.com/kennedyowusu)
- Twitter: [@_iamkobby](https://twitter.com/_iamkobby)
- LinkedIn: [Kennedy Owusu](https://www.linkedin.com/in/kennedy-owusu/)- [ ] **[Generate and display more data about a country]**
- [ ] **[Add the tourists sites within a country]**
- [ ] **[Authenticate users before viewing homepage]**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](<[../../issues/](https://github.com/kennedyowusu/metrics-webapp/issues)>).
If you like this project please give it a ⭐️
I would like to thank [Nelson Sakwa]() on Behance for the design inspiration.
This project is [MIT](https://github.com/kennedyowusu/metrics-webapp/blob/develop/LICENSE.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._