/gympoint-web

Admin platform of a gym management application - Built with React.js, Styled Components and Redux

Primary LanguageJavaScriptMIT LicenseMIT

Gympoint Web

Author Languages Stars Forks Contributors

Manage a gym with a agile and intuitive application that will help your business to grow 🚀


📌 Table of Contents

Web-Signin


Web-Plans


🚀 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:

👷 Installation

You need to install Node.js and Yarn 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 git@github.com: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 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:

yarn start

📮 Faq

Question: What are the tecnologies used in this project?

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

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Gympoint Web 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 💜🚀