An open API service indexing awesome lists of open source software.

https://github.com/tautvydasderzinskas/workout-organiser

This is a Single Page Application (SEO friendly) which allows people to create their workout plans. These workout plans can be accessed both offline & online.
https://github.com/tautvydasderzinskas/workout-organiser

javascript workout workout-apps workouts

Last synced: 4 months ago
JSON representation

This is a Single Page Application (SEO friendly) which allows people to create their workout plans. These workout plans can be accessed both offline & online.

Awesome Lists containing this project

README

        


Workout organiser





Latest CI build status
Codecov
Greenkeeper
Standard - JavaScript Style Guide
Commitizen friendly
MIT License

## Table of content
- [About](#about)
- [Features](#features)
- [Usage](#usage)

## About
Free time project which helps me to learn more about async/await, web workers & Angular Universal.

This is a Single Page Application (SEO friendly) which allows people to create their workout plans. These workout plans can be accessed both offline & online.

## Features
- Scrapping core exercises (Creating exercise database) ✅
- ~~Registration & login pages (using Facebook login apis)~~ 🔨
- ~~Workout plans list page~~ 🔨
- ~~Delete work plan~~ 🔨
- ~~Edit work plan~~ 🔨
- ~~Print work plan~~ 🔨
- ~~Download work plan~~ 🔨
- ~~Syncing with local storage~~ 🔨
- ~~New workplan page~~ 🔨
- ~~Adding workout day~~ 🔨
- ~~Adding exercises to a day~~ 🔨

## Usage
- Clone the repository
- Inside your local directory run `yarn install` to install required dependencies
- Create core exercised database by running `yarn run parse` (can take a few minutes)
- TODO