Goal & Habit Tracker | Hacktoberfest SwiftUI ?

platform
GitHub license

The aim of this app is so that users can track their habits and goals. This project is open source and allows all skill levels to contribute to Hacktoberfest – it also means you can earn some Swag (from stickers to t-shirts). The project is built using Swift and uses SwiftUI.

Consider leaving a ⭐ if you like the repository.

Who Can Contribute? ??‍?

  • Anyone of all skill levels can contribute to this repo
  • Please ensure that you have signed up at Hacktoberfest
  • Please check all issues that are labelled as Hacktoberfest
  • Some issues are labelled as good-first-issue these are great for beginners to get involved

Getting Started ?

  • Fork the project

  • Open your forked project in GitHub and click on the green <>Code button.

  • Copy the HTTPS or SSH link and open your Terminal / Git Bash.

    git clone <the link>
    
  • Run project (to ensure everything works)

  • Checkout a new branch to work on an issue:

    git checkout -b name-of-issue-ticketNumber
    
  • Once you’ve finished coding / working on an Issue, you can open a new PR

    git add . 
    git commit -m “Description of what was sorted”
    git push origin name-of-issue-ticketNumber
    
  • Open the project on GitHub and raise to master branch on the repo

Supporting Files

Contributing ?

To start contributing, check out CONTRIBUTING.md. Everyone is welcome to contribute to this project, if you’re new to programming you might want to check out issues labelled as UI-Improvements and good-first-issue. Before you assist with the development, please set up the project on your local machine, run it, and go through the application.

Please read the Architecture.md to understand the flow and the strucuring of the app.

Project Maintainers ?

License

This project is licensed under Apache License 2.0.

GitHub

View Github