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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workout organiser

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

Table of content

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

About

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.

License:MIT License


Languages

Language:TypeScript 50.9%Language:JavaScript 43.5%Language:CSS 3.4%Language:HTML 2.1%