Carac is a sports tracking application designed to help you monitor and improve your athletic performance. Whether you're a casual jogger, a dedicated gym enthusiast, or training for your next competition, Carac provides the tools you need to track your progress and stay motivated.
Carac exists to make sports tracking simple, intuitive, and accessible. Built with a focus on user experience, it helps athletes of all levels:
- Track Your Activities: Log your workouts, runs, and training sessions with ease
- Monitor Progress: Visualize your improvements over time and stay on top of your fitness goals
- Stay Motivated: Keep yourself accountable and motivated with clear insights into your performance
- Athletes who want a straightforward way to track their training
- Fitness enthusiasts looking to monitor their progress
- Anyone who wants to build and maintain a consistent exercise routine
You can test it here: TestFlight
- macOS with Xcode installed
- Git
git clone https://github.com/lebojo/carac-ios.git
cd carac-iosopen carac/carac.xcodeprojAlternatively, you can open Xcode and select "File > Open", then navigate to the carac/carac.xcodeproj file.
Before starting work on a new feature or fix:
git checkout -b my-new-feature- Select a simulator or target device in Xcode
- Press
Cmd + Rto build and run the application - Test your changes thoroughly
Once your changes are tested and ready:
- Commit your changes:
git add . git commit -m "Description of your changes"
- Push your branch to GitHub:
git push origin my-new-feature
- Go to GitHub and create a Pull Request from your branch
- Describe your changes in the Pull Request and wait for review
Made with ❤️ by Jordan Chap