A basic app to track your car's maintenance. Open source for Hacktoberfest 2024. Beginners are welcome!
Welcome to my open source app! It is ready for contributors for Hacktoberfest! Use this app to gain experience getting started in open source for iOS and macOS development using Swift and SwiftUI.
Basic-Car-Maintenance.xcconfig.template
, run this command, in Terminal, to create a new Xcode configuration file (which properly sets up the signing information)cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
Open Xcode
In the Basic-Car-Maintenance.xcconfig
file, fill in your DEVELOPMENT_TEAM
and PRODUCT_BUNDLE_IDENTIFIER
.
DEVELOPMENT_TEAM = ABC123
PRODUCT_BUNDLE_IDENTIFIER = com.mycompany.Basic-Car-Maintenance
Build the project ✅
Setup the Firebase emulator, following the steps in CONTRIBUTING.md
[!WARNING]
DO NOT skip setting up the emulators! or your app won’t work
Start the emulator with: firebase emulators:start --import=./local-data --export-on-exit
backend
folder that contains the firebase.json
file.Checkout a new branch, from the dev
branch, to work on an issue
To start contributing, review CONTRIBUTING.md. New contributors are always welcome to support this project.
👀 Please be sure to comment on an issue you’d like to work on and Mikaela Caron, the maintainer of this project, will assign it to you! You can only work on ONE issue at a time.
Checkout any issue labeled hacktoberfest
to start contributing.
[!IMPORTANT]
View the GitHub Discussions for the latest information about the repo.
first-timers-only
is only for someone who has not contributed to the repo yet! (and is new to open source and iOS development)good-first-issue
is an issue that’s beginner levelPlease choose an appropriate issue for your skill level
Made with contrib.rocks.
This project is licensed under Apache 2.0.