This is a project done using Ionic Angular Framework which uses Typescript. This cross-platform mobile and web application aims to promote fitness and a community dedicated to a healthy lifestyle through its 2 main functionalities. It's called WITFIT.
- Create Workout based on personalised recommendations
- Edit Workout
- Display Workout profile based on past workouts
- Youtube recommendations based on past workouts
- Find a buddy that shares similar goals with you through our matchmaking algorithm
- Chat with your buddy in real-time
- Share your workouts with your buddy
- Clone this repository into your local drive.
- Change your working directory to the one containing the source code.
- Run
npm i
in your command line to install all dependencies. - Run
ionic serve
in your command line.
For more information and developer guides please click: here