Table of Contents
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!
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.
If you already have all the tools required, you can install it on your device by running:
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.
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.
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Diego García - diegomiller7@gmail.com
Project Link: https://github.com/diegogglez/BSR
LinkedIn: https://www.linkedin.com/in/diego-gglez/