{"id":16211638,"url":"https://github.com/laurabeatris/gympoint-web","last_synced_at":"2025-03-19T09:30:43.865Z","repository":{"id":47318130,"uuid":"230138001","full_name":"LauraBeatris/gympoint-web","owner":"LauraBeatris","description":"Admin platform of a gym management application - Built with React.js, Styled Components and Redux","archived":false,"fork":false,"pushed_at":"2021-09-03T04:59:22.000Z","size":1925,"stargazers_count":34,"open_issues_count":5,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T17:46:42.518Z","etag":null,"topics":["javascript","reactjs","redux","styled-components"],"latest_commit_sha":null,"homepage":"","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/LauraBeatris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-12-25T18:11:17.000Z","updated_at":"2024-09-16T13:19:35.000Z","dependencies_parsed_at":"2022-08-23T17:01:00.868Z","dependency_job_id":null,"html_url":"https://github.com/LauraBeatris/gympoint-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgympoint-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgympoint-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgympoint-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LauraBeatris%2Fgympoint-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LauraBeatris","download_url":"https://codeload.github.com/LauraBeatris/gympoint-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982141,"owners_count":20378605,"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":["javascript","reactjs","redux","styled-components"],"created_at":"2024-10-10T10:48:51.531Z","updated_at":"2025-03-19T09:30:43.027Z","avatar_url":"https://github.com/LauraBeatris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\".github/logo.png\" width=\"150\"/\u003e\n\u003c/p\u003e\n\n# Gympoint Web\n\n\n[![Author](https://img.shields.io/badge/author-LauraBeatris-EE4D64?style=flat-square)](https://github.com/LauraBeatris)\n[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/gympoint-web?color=%23EE4D64\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/LauraBeatris/gympoint-web?color=EE4D64\u0026style=flat-square)](https://github.com/LauraBeatris/gympoint-web/stargazers)\n[![Forks](https://img.shields.io/github/forks/LauraBeatris/gympoint-web?color=%23EE4D64\u0026style=flat-square)](https://github.com/LauraBeatris/gympoint-web/network/members)\n[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/gympoint-web?color=EE4D64\u0026style=flat-square)](https://github.com/LauraBeatris/gympoint-web/graphs/contributors)\n\n\u003e Manage a gym with a agile and intuitive application that will help your business to grow :rocket:\n\n---\n\n# :pushpin: Table of Contents\n\n* [Features](#rocket-features)\n* [Installation](#construction_worker-installation)\n* [Getting Started](#runner-getting-started)\n* [FAQ](#postbox-faq)\n* [Found a bug? Missing a specific feature?](#bug-issues)\n* [Contributing](#tada-contributing)\n* [License](#closed_book-license)\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"https://i.ibb.co/tM9Bynr/Web-Signin.png\" alt=\"Web-Signin\" border=\"0\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"https://i.ibb.co/gP77Lt5/Web-Plans.png\" alt=\"Web-Plans\" border=\"0\"\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n# :rocket: Features\n\n* Manage students\n* Manage plans\n* Manage enrollments\n* Help students with their doubts by receiving and answering their questions.\n\nIt's important to mention that this is one of the applications from the **Gympoint System**\n\nIn order to explore the others, feel free to click in the links above:\n- [Gympoint Mobile](https://github.com/LauraBeatris/gympoint-mobile)\n- [Gympoint API](https://github.com/LauraBeatris/gympoint-api)\n\n# :construction_worker: Installation\n\n**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**\n\n```git clone https://github.com/LauraBeatris/gympoint-web.git```\n\nSSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:\n\n```git clone git@github.com:LauraBeatris/gympoint-web.git```\n\n**Install dependencies**\n\n```yarn install```\n\nCreate your enviroment variables based on the examples of ```.env.example```\n\n```cp .env.example .env```\n\nAfter copying the examples, make sure to fill the variables with new values.\n\n**Setup the API**\n\nThe interface needs to interact with the server to get all the data related to students, enrollments, plans and also execute mutations.\n\nMake sure to go to the [Gympoint Rest API](https://github.com/LauraBeatris/gympoint-api) repository and follow the instructions in order to get it running in your machine.\n\n# :runner: Getting Started\n\nRun the following command in order to start the application in a development environment:\n\n```yarn start```\n\n# :postbox: Faq\n\n**Question:** What are the tecnologies used in this project?\n\n**Answer:** The tecnologies used in this project are [React](https://pt-br.reactjs.org/) + [Styled Components](https://styled-components.com/) to handle scoped CSS.\n\n# :bug: Issues\n\nFeel free to **file a new issue** with a respective title and description on the the [Gympoint Web](https://github.com/LauraBeatris/gympoint-web/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**! Have a look at our [contribution guidelines](https://github.com/LauraBeatris/gympoint-web/blob/master/CONTRIBUTING.md) to find out about the coding standards.\n\n# :tada: Contributing\n\nCheck out the [contributing](https://github.com/LauraBeatris/gympoint-web/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.\n\n# :closed_book: License\n\nReleased in 2019.\nThis project is under the [MIT license](https://github.com/LauraBeatris/gympoint-web/master/LICENSE).\n\nMade with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgympoint-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurabeatris%2Fgympoint-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurabeatris%2Fgympoint-web/lists"}