diegogglez / BSR

BSR is a simple app to record your basketball shooting practices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

BSR

BSR is a simple app to record your basket shooting practices.
· Report Bug · Request Feature

Get it on Google Play

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

Product Name Screen Shot

This is a basketball practice tracking app based on Stephen Curry's routine. It is built with a simple and intuitive user interface, offering an easy way to log your shooting practices in order to have a timeline of your progress. Use BSR and take your shooting skills to the next level!

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

You need to install Node.js, then install the latest Ionic command-line tools in your terminal.

npm install -g @ionic/cli

Then you can follow the Ionic Framework guides to install the native tools for Android and iOS.

Installation

If you already have all the tools required, you can install it on your device by running:

Android:

Add Android platform if it doesn't exist:

ionic cap add android

Build project and sync with capacitor platforms:

ionic cap sync

Open native Android project in Android Studio:

ionic cap open android

And then use Android Studio to compile and run.

iOS:

Add iOS platform if it doesn't exist:

ionic cap add ios

Build project and sync with capacitor platforms:

ionic cap sync

Open native iOS project in Xcode:

ionic cap open ios

And then use Xcode to compile and run.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Diego García - diegomiller7@gmail.com

Project Link: https://github.com/diegogglez/BSR

LinkedIn: https://www.linkedin.com/in/diego-gglez/

(back to top)

About

BSR is a simple app to record your basketball shooting practices.


Languages

Language:TypeScript 52.2%Language:SCSS 27.2%Language:HTML 16.2%Language:JavaScript 2.4%Language:Java 2.0%