{"id":17562495,"url":"https://github.com/developertariq/metrics-webapp","last_synced_at":"2025-06-13T03:41:09.070Z","repository":{"id":65720984,"uuid":"598050690","full_name":"developertariq/metrics-webapp","owner":"developertariq","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-12T08:56:29.000Z","size":2453,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-04T12:48:41.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developertariq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-06T09:42:18.000Z","updated_at":"2023-02-15T03:32:16.000Z","dependencies_parsed_at":"2023-02-19T09:15:25.456Z","dependency_job_id":null,"html_url":"https://github.com/developertariq/metrics-webapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertariq%2Fmetrics-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertariq%2Fmetrics-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertariq%2Fmetrics-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developertariq%2Fmetrics-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developertariq","download_url":"https://codeload.github.com/developertariq/metrics-webapp/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246180923,"owners_count":20736460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-21T12:43:51.660Z","updated_at":"2025-03-29T12:11:34.093Z","avatar_url":"https://github.com/developertariq.png","language":"JavaScript","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\" \u003e  \n  \u003ch1\u003eReact capstone project - Metrics webapp\u003c/h1\u003e\n  \u003c/br\u003e\n  \u003c/br\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Metrics webapp ](#-metrics-webapp-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n      - [Home page](#home-page)\n    - [Details page](#details-page)\n  - [🚀 Live Demo ](#-live-demo-)\n  - [🚀 Description Video Link ](#-description-video-link-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n    - [Deployment](#deployment)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Metrics webapp \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Metrics webapp** is about building a mobile web application to check a list of metrics (numeric values) that you will create making use of React and Redux.\n\nYou will select an API that provides numeric data about a topic that you like and then build the webapp around it. The webapp will have several pages:\n\n- one page with a list of items that could be filtered by some parameters; in the example below, it's a list of metrics that can be filtered by the country (imagine a search field to introduce the country name like Italy, Croatia, etc.). This page should be your homepage.\n- one page for the item details; in the example, the detail page for Czech Republic cities with number of views.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"#\"\u003eHTML\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#\"\u003eCSS\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#\"\u003eBootstrap\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#\"\u003eReact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#\"\u003eRedux\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n#### Home page\n- When the page loads, the webapp shows the list of categories that could be filtered out by some parameter, for example by the category name.\n- Along with the category name, you will display some numeric values per category that come from the API.\n- When the user clicks (or taps) on a category item, the application navigates to the details page.\n\n### Details page\n- In the details page, the webapp retrieves data from the API to show detailed data in the category.\n- When the user clicks on the \"Back\" button (\u003c), the user navigates to the home page.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo](https://tariq-metrics-webapp.onrender.com/) \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- DESCRIPTION VIDEO LINK --\u003e\n## 🚀 Description Video Link \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Description Video Link](https://www.loom.com/share/a4049f6e021049139b492daae953ecbe)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\n1. Before you go ahead with this React tutorial, please make sure you have:\n\n- Basic understanding of HTML and CSS.\n- JavaScript fundamentals (object, array, conditionals etc).\n- Familiarity with JavaScript ES6 features (class syntax, arrow functions, object destructuring etc).\n\n2. [Node and npm](https://nodejs.org/en/download/) are installed. Here are the versions I'll be using while making this tutorial:\n\n    ```shell\n    $ node --version\n    v16.13.2\n\n    $ npm --version\n    8.1.2\n    ```\n    \u003e Installing npm adds two commands to the system—`npm` and `npx`—both of which I'll be using while making this tutorial.\n\n3. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) is installed. Here's the version I'll be using while making this tutorial:\n\n    ```shell\n    $ git --version\n    git version 2.29.1.windows.1\n    ```\n\n4. A [GitHub](https://github.com/signup) account. :octocat:\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/developertariq/bookstore.git\n\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd my-project\n  npm install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  npm run start\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```sh\n  npm test\n```\n\n### Deployment\n\nYou can deploy this project using:\n\n\u003c!--\nExample:\n\n```sh\nnpx create-react-app .\nnpm install react-redux @reduxjs/toolkit\nnpm install react-router-dom  \nnpm i -S redux\nnpm i -S prop-types  \nnpm i axios \nnpm i react-test-renderer\nnpm install react-bootstrap bootstrap\nnpm i -S redux-thunk \nnpm i react-circular-progressbar\nnpm i -S uuid\nnpm install react-icons\nnpm install --save-dev eslint@7.x eslint-config-airbnb@18.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x @babel/eslint-parser@7.x @babel/core@7.x  @babel/plugin-syntax-jsx@7.x  @babel/preset-react@7.x @babel/preset-react@7.x\nnpm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x\nnpm install history\nnpm install --save-dev jest\nnpm install --save-dev babel-jest @babel/core @babel/preset-env\nnpm install --save-dev jest @testing-library/react\nnpm install --save-dev redux react-redux\nnpm install --save-dev jest-environment-jsdom\nnpm install --save-dev @testing-library/jest-dom\nnpm i redux-mock-store\n```\n --\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Md Tariq-ul Islam**\n\n- GitHub: [@developertariq](https://github.com/developertariq)\n- LinkedIn: [@developer-tariq](www.linkedin.com/in/developer-tariq)\n- Twitter: [@developer_tariq](https://twitter.com/developer_tariq)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n- Implement some UX improvements: include transitions and/or animations, etc.\n- Implement additional pages in the website (each with a route in the SPA): about me, references, etc.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nIf you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, please star the project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI highly appreciated [Nelson Sakwa on Behance](https://www.behance.net/sakwadesignstudio) for his excellent design. \nI would like to thank all reviewers and testers.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FAQ (optional) \n\n## ❓ FAQ (OPTIONAL) \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\u003e Add at least 2 questions new developers would ask when they decide to use your project.\n\n- **[Question_1]**\n\n  - [Answer_1]\n\n- **[Question_2]**\n\n  - [Answer_2]\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopertariq%2Fmetrics-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopertariq%2Fmetrics-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopertariq%2Fmetrics-webapp/lists"}