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.
- Host: GitHub
- URL: https://github.com/tautvydasderzinskas/workout-organiser
- Owner: TautvydasDerzinskas
- License: mit
- Created: 2017-11-22T15:47:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T20:22:14.000Z (over 5 years ago)
- Last Synced: 2024-12-27T04:22:17.310Z (6 months ago)
- Topics: javascript, workout, workout-apps, workouts
- Language: TypeScript
- Homepage:
- Size: 490 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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