Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurabeatris/gympoint-web
Admin platform of a gym management application - Built with React.js, Styled Components and Redux
https://github.com/laurabeatris/gympoint-web
javascript reactjs redux styled-components
Last synced: 11 days ago
JSON representation
Admin platform of a gym management application - Built with React.js, Styled Components and Redux
- Host: GitHub
- URL: https://github.com/laurabeatris/gympoint-web
- Owner: LauraBeatris
- License: mit
- Created: 2019-12-25T18:11:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T04:59:22.000Z (about 3 years ago)
- Last Synced: 2024-10-11T10:48:24.746Z (27 days ago)
- Topics: javascript, reactjs, redux, styled-components
- Language: JavaScript
- Homepage:
- Size: 1.84 MB
- Stars: 34
- Watchers: 3
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Gympoint Web
[![Author](https://img.shields.io/badge/author-LauraBeatris-EE4D64?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/gympoint-web?color=%23EE4D64&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/gympoint-web?color=EE4D64&style=flat-square)](https://github.com/LauraBeatris/gympoint-web/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/gympoint-web?color=%23EE4D64&style=flat-square)](https://github.com/LauraBeatris/gympoint-web/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/gympoint-web?color=EE4D64&style=flat-square)](https://github.com/LauraBeatris/gympoint-web/graphs/contributors)> Manage a gym with a agile and intuitive application that will help your business to grow :rocket:
---
# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [FAQ](#postbox-faq)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)
# :rocket: Features
* Manage students
* Manage plans
* Manage enrollments
* Help students with their doubts by receiving and answering their questions.It's important to mention that this is one of the applications from the **Gympoint System**
In order to explore the others, feel free to click in the links above:
- [Gympoint Mobile](https://github.com/LauraBeatris/gympoint-mobile)
- [Gympoint API](https://github.com/LauraBeatris/gympoint-api)# :construction_worker: Installation
**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:**
```git clone https://github.com/LauraBeatris/gympoint-web.git```
SSH 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:
```git clone [email protected]:LauraBeatris/gympoint-web.git```
**Install dependencies**
```yarn install```
Create your enviroment variables based on the examples of ```.env.example```
```cp .env.example .env```
After copying the examples, make sure to fill the variables with new values.
**Setup the API**
The interface needs to interact with the server to get all the data related to students, enrollments, plans and also execute mutations.
Make 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.
# :runner: Getting Started
Run the following command in order to start the application in a development environment:
```yarn start```
# :postbox: Faq
**Question:** What are the tecnologies used in this project?
**Answer:** The tecnologies used in this project are [React](https://pt-br.reactjs.org/) + [Styled Components](https://styled-components.com/) to handle scoped CSS.
# :bug: Issues
Feel 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.
# :tada: Contributing
Check 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.
# :closed_book: License
Released in 2019.
This project is under the [MIT license](https://github.com/LauraBeatris/gympoint-web/master/LICENSE).Made with love by [Laura Beatris](https://github.com/LauraBeatris) 💜🚀