A Fitness coaching web application built with React.
Basic overview • Key features • Technology used • How to use • Project overview • Related to this project
Hicoach is a web application for fitness coaches that was designed to facilitate the exchange of information between coaches and their clients by providing various services and features.
- Creating statistics and configure them.
- Create sessions including session plan,objective and setting the training location (receiving a mail of detailed information).
- Displaying detailed session informations inculding session's objectives
- Displaying detailed informations for each player including charts of statistics,hight,age,ect.
- Setting goals for each player and get notified in case of reaching them.
- Creating challenges for players.
- Change the subsciption plan (for coaches) to get access to more features (number of clients invitation links,ect).
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/salimkazdaghli/Hicotech-Frontend.git
# Go into the repository
$ cd Hicotech-Frontend
# Install dependencies
$ npm install
# Run the app
$ npm start
- Hicoach Backend - Hicoach backend API.