Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiarojassoto/metricks_tracker
Welcome to Metricks Tracker, a mobile web app using React and Redux! Explore a selected API, monitor, and obtain information effortlessly! Metricks Tracker focuses primarily on the world population to offer a detailed and meaningful analysis of data related to this area.
https://github.com/claudiarojassoto/metricks_tracker
actions components events props react react-life-cycle react-redux reducers router state store styles testing
Last synced: 19 days ago
JSON representation
Welcome to Metricks Tracker, a mobile web app using React and Redux! Explore a selected API, monitor, and obtain information effortlessly! Metricks Tracker focuses primarily on the world population to offer a detailed and meaningful analysis of data related to this area.
- Host: GitHub
- URL: https://github.com/claudiarojassoto/metricks_tracker
- Owner: ClaudiaRojasSoto
- License: other
- Created: 2023-07-28T19:11:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T21:54:00.000Z (10 months ago)
- Last Synced: 2024-10-03T10:40:33.812Z (about 1 month ago)
- Topics: actions, components, events, props, react, react-life-cycle, react-redux, reducers, router, state, store, styles, testing
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Metrics Tracker
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Metrics Tracker ](#-metrics-tracker-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Project Structure](#project-structure)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)>Welcome to Metricks Tracker, a mobile web app using React and Redux! Explore a selected API, monitor, and obtain information effortlessly! Metricks Tracker focuses primarily on the world population to offer a detailed and meaningful analysis of data related to this area. With Metricks Tracker, you will have access to valuable and up-to-date information about the world population, enabling you to make informed decisions and gain a clearer understanding of demographic patterns and trends. Start using Metricks Tracker now and discover a world of statistical information at your fingertips!.
[Here](https://www.loom.com/share/148a4ded8986457e99c918d9a938794c?sid=837952a4-36f1-4d22-aac3-a9264feb2c0b) is the link to the video presentation
## 🛠 Built WithReact-redux
- This project use React
HTML
- This project use HTML.
CSS
- The CSS is used to provide the design in the whole page.
Linters
- The Linters are tools that help us to check and solve the errors in the code
- CSS
- JavaScript
This project count with two linters:
- **SPA**
- **CRA**
- **Styles**
- **Router**
- **Logged**
- **Toolkit**
- **React-Redux**
- **Jest & React Test Library**
- **Deployment**
> You can see a Demo [here](https://population-tracker-h69j.onrender.com/).
> To get a local copy up and running, follow these steps.
> This project requires Node.js and npm installed on your machine.
> -Node.js
> -npm
> -Clone this repository to your local machine using:
> git clone https://github.com/ClaudiaRojasSoto/Metricks_Tracker.git
> -Navigate to the project folder:
> cd math_magicians
> -Install the project dependencies:
> npm install
> To start the development server, run the following command:
> npm start
### Project Structure
> The project follows the following folder and file structure:
- `/src`: Contains the source files of the application.
- `/src/index.js`: Main entry point of the JavaScript application.
- `/src/App.js`: Top-level component of the application where components are rendered.
- `/src/components`: Directory for React components.
- `/src/components/HomePage.js`: Component for the home page.
- `/src/components/HomePage.test.js`: Tests for the home page.
- `/src/components/HomePage.css`: Styles for the home page.
- `/src/components/navbar`: Folder for the navigation bar components.
- `/src/components/navbar/Navbar.js`: Component for the navigation bar.
- `/src/components/navbar/Navbar.test.js`: Tests for the navigation bar.
- `/src/components/navbar/Navbar.css`: Styles for the navigation bar.
- `/src/components/details`: Folder for the details components.
- `/src/components/details/Details.js`: Component for the details.
- `/src/components/details/Details.test.js`: Tests for the details.
- `/src/components/details/Details.css`: Styles for the details.
- `/src/components/countries`: Folder for the countries components.
- `/src/components/countries/Countries.js`: Component for the countries.
- `/src/components/countries/Countries.test.js`: Tests for the countries.
- `/src/components/countries/Countries.css`: Styles for the countries.
- `/src/imagesContinents`: Contains the folder of images of continents.
- `/src/imagesContinents/continents`: Folder with images of continents.
- `/src/redux`: Directory for Redux management.
- `/src/redux/store.js`: Redux store configuration.
- `/src/redux/actions`: Folder for Redux actions.
- `/src/redux/actions/worldActions.js`: Actions for world management.
- `/src/redux/actions/worldActions.test.js`: Tests for world actions.
- `/src/redux/actions/countriesActions.js`: Actions for countries management.
- `/src/redux/actions/countriesActions.test.js`: Tests for countries actions.
- `/src/redux/actions/continentsActions.js`: Actions for continents management.
- `/src/redux/actions/continentsActions.test.js`: Tests for continents actions.
- `/src/redux/reducers`: Folder for Redux reducers.
- `/src/redux/reducers/rootReducer.js`: Root reducer for the application.
- `/src/redux/reducers/worldReducer.js`: Reducer for world management.
- `/src/redux/reducers/countriesReducer.js`: Reducer for countries management.
- `/src/redux/reducers/continentsReducer.js`: Reducer for continents management.
- `/src/redux/reducers/*.test.js`: Tests for the reducers.
- `/public`: Contains the public files and assets of the application.
- `/public/index.html`: Base HTML file of the application.
- `/build`: Contains the generated production files.
### Setup
> Clone this repository to your desired folder: https://github.com/ClaudiaRojasSoto/Metricks_Tracker.git
### Install
> Install this project with: install Stylelint and ESLint
### Usage
> To run the project, execute the following command: just need a web Browser
### Run tests
> To run tests, run the following command: npm start
> you just need a simple web browser to run this project for a test
👤 **Claudia Rojas**
- GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [LinkedIn](inkedin.com/in/claudia-rojas-soto)
- AngelList: [AngelList](https://wellfound.com/u/claudia-rojas-2)
- **User keys - login**
> Contributions, issues, and feature requests are welcome!
> Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Metricks_Tracker/issues).
> If you like this project show support by following this account
> - Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
> - GitHub Docs for providing a wealth of information on Git and GitHub.
> - Creative Commons for providing the design of this work.
> - You can click on the link to see the original design:
> - [original design on Behance](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)).
> - Nelson Sakwa in Behance, for her original design idea.
> - You can click on the link to see the Nelson Sakwa profile on Behance.
> - [Nelson Sakwa profile on Behance](https://www.behance.net/sakwadesignstudio)
> This project is [MIT](MIT.md).