LauraBeatris / gympoint-mobile

Student platform of a gym management application - Built with React Native, Styled Components and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gympoint Mobile

Author Languages Stars Forks Contributors

Enjoy your gym enrollment by easily doing check-ins and sending questions to your instructions


๐Ÿ“Œ Table of Contents

Whats-App-Image-2020-01-01-at-15-34-08       Whats-App-Image-2020-01-01-at-15-38-09       Whats-App-Image-2020-01-01-at-15-43-19      

๐Ÿš€ Features

  • Do check-ins
  • Send questions to your instructions and receive their answers

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:

๐Ÿ‘ท Installation

You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/gympoint-mobile.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 git@github.com:LauraBeatris/gympoint-mobile.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 execute mutations related to check-ins and questions.

Make sure to go to the Gympoint Rest API repository and follow the instructions in order to get it running in your machine.

๐Ÿƒ Getting Started

Run the following command in order to start the application in a development environment:

It's important to mention that this application is only available for android.

  // Install the application in a android device
  react-native run-android

  // Start the application
  yarn start

๐Ÿ“ฎ Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React Native + Styled Components to handle scoped CSS.

๐Ÿ› Issues

Feel free to file a new issue with a respective title and description on the the Gympoint Mobile 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 to find out about the coding standards.

๐ŸŽ‰ Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

๐Ÿ“• License

Released in 2019. This project is under the MIT license.

Made with love by Laura Beatris ๐Ÿ’œ๐Ÿš€

About

Student platform of a gym management application - Built with React Native, Styled Components and Redux

License:MIT License


Languages

Language:JavaScript 71.9%Language:Objective-C 9.3%Language:Java 7.8%Language:Ruby 6.7%Language:Starlark 4.3%Language:Shell 0.0%