{"id":17808708,"url":"https://github.com/maximoortelli/plus-minus-challenge","last_synced_at":"2025-04-02T06:23:27.100Z","repository":{"id":212398286,"uuid":"731361059","full_name":"maximoortelli/Plus-Minus-Challenge","owner":"maximoortelli","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-18T15:41:45.000Z","size":281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-07T20:49:54.034Z","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/maximoortelli.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-12-13T23:00:42.000Z","updated_at":"2023-12-15T03:26:44.000Z","dependencies_parsed_at":"2024-10-27T15:17:16.996Z","dependency_job_id":"d86eb4ca-14d3-42d5-9bba-5b94b7ffed41","html_url":"https://github.com/maximoortelli/Plus-Minus-Challenge","commit_stats":null,"previous_names":["maximoortelli/plus-minus","maximoortelli/plus-minus-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximoortelli%2FPlus-Minus-Challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximoortelli%2FPlus-Minus-Challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximoortelli%2FPlus-Minus-Challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximoortelli%2FPlus-Minus-Challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximoortelli","download_url":"https://codeload.github.com/maximoortelli/Plus-Minus-Challenge/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246764699,"owners_count":20829975,"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-27T15:12:35.443Z","updated_at":"2025-04-02T06:23:27.048Z","avatar_url":"https://github.com/maximoortelli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./media/plusminus.png\"\u003e\u003c/img\u003e\n    \u003ch1\u003e\u003cb\u003ePlus Minus Hacker Rank\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n---\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n\u003e [!IMPORTANT]\n\u003e # 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\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](#support)\n- [📝 License](#license)\n\n---\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\u003e [!NOTE]\n\u003e # 📖 Plus Minus HackerRank\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Plus Minus** Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with  places after the decimal.\n\nNote: This challenge introduces precision problems. The test cases are scaled to six decimal places, though answers with absolute error of up to  are acceptable.\n\n#### Learning objectives\n\n- Use React components.\n- Use React props.\n- Use React state.\n- Use React routes.\n\n---\n\u003e [!TIP]\n\u003e ## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n     \u003cli\u003e\n       \u003cimg src=\"https://skillicons.dev/icons?i=js\"/\u003e\n       \u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript\"\u003eJavaScript\u003c/a\u003e\n     \u003c/li\u003e\n     \u003cli\u003e\n       \u003cimg src=\"https://skillicons.dev/icons?i=nodejs\"/\u003e\n       \u003ca href=\"https://nodejs.org/en\"\u003eNode.js\u003c/a\u003e\n     \u003c/li\u003e\n     \u003cli\u003e\n       \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/HackerRank_Icon-1000px.png/800px-HackerRank_Icon-1000px.png\" width=\"50\" height=\"50\"/\u003e\n       \u003ca href=\"https://www.hackerrank.com/\"\u003eHackerRank\u003c/a\u003e\n     \u003c/li\u003e\n  \u003c/ul\u003e\n\n---\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Gitflow**\n- **Added Challenge.js.**\n- **Professional Documentation.**\n\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\n\u003e Explanation\n\n   \u003e There are  positive numbers,  negative numbers, and  zero in the array.\n   \u003e The proportions of occurrence are positive: 3/6 = 0.500000, \n     negative: 2/6 = 0.333333 and zeros: 1/6 = 0.1666667. \n\n---\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Author**\n\n- GitHub: [@maximoortelli](https://github.com/maximoortelli)\n- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [x] **Improve my Bookstore proyect**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐ if you liked this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\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\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximoortelli%2Fplus-minus-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximoortelli%2Fplus-minus-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximoortelli%2Fplus-minus-challenge/lists"}