App for create your habits and count timer to register your times
You need Java 17
, Android Studio
, Firebase Account
to sign with anonymous account and Login with Google account
- Go to the Firebase Console.
- Click on "Add Project" and follow the setup instructions.
- In the Firebase Console, click on your project.
- Click on "Add app" and select the Android icon.
- Follow the setup instructions, providing the necessary details like package name.
- After adding your app, click on "Download google-services.json" and place it in your
app
directory of the Android Studio project.
- Material Design Components:
- MPAndroidChart:
- IconDialog:
- IconPack Default:
- Glide:
- CalendarView:
- Material CalendarView:
We are thrilled that you are considering contributing to our open-source project. Your contributions help make our project better, and we appreciate your time and effort.
- Fork the repository and clone it locally.
- Create a new branch for your contribution:
git checkout -b feature/new-feature
. - Make your changes and commit them with a descriptive commit message.
- Push the changes to your fork:
git push origin feature/new-feature
. - Open a pull request (PR) to the
main
branch of this repository.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Happy Coding! 🚀