Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

decrn/openjitsu-angular

Repository files navigation

OpenJitsu Angular

OpenJitsu is an open-source, user-driven platform for learning Brazilian Jiu-Jitsu. It offers users an intuitive app that breaks down key positions into submisssions and defenses, allowing beginners to quickly grasp concepts like Mount, Guard and Side Control, as well as advanced break downs, historical information and instructional step-by-steps for specific moves that appeal to more advanced practitioners.

Screenshots

Landing page Login page Explore page Detail page Submissions page

Installation

Clone this repository and run npm install

git clone https://github.com/decrn/openjitsu-ios openjitsu-ios && npm install

Running

Easy as pie to get up:

npm start

Maintainers

This project is mantained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request