Skip to content

Goal or any task tracking application to keep your consistency regularly and track your consistency everyday and represent in a proper pie chart view to visualize more effectively in front of you.

License

Notifications You must be signed in to change notification settings

aritra-tech/Tracky-Track-your-goals-or-targets

 
 

Repository files navigation

Tracky : Track your goals

🔗 Download the App

⚙️ Technology Used

Java Android Android

🤔 Real Life Problem

If you are preparing to achive any goal or target then , one of the importance portion is consistency .
But you real life you can't track or measure the consistency so easily. So , creating an android application which can measure and visulize our consistency as easily and we can track our goals or target.

💡 Features Used

  1. Used Firebase as a Backend
  2. Google Sign In Service used of firebase
  3. Recycler View with Simple and attractive UI Layout
  4. Pie Chart

Project Participated

Project Admin 🤵

              


Projects Contributors ✨



Afreena begum




Binay Shaw




Aritra Das




Poulami Paul




Chirag Chakraborty




Manjot Singh Oberoi




Shubhankar Das




Susmita Bhattacharya




Atishay Jain





📸 Screenshots


Imgur Imgur Imgur
Imgur Imgur Imgur

App Description

Tracky is an Android App that assists you in achieving success by keeping track of your daily goals.
It is a powerful productivity tool that integrates goals, tasks, and objectives to help you develop a routine, complete activities, maintain consistency, and achieve your goals.

Features:
• Supports Google/Email/Phone no. Sign in
• Simple and Clean UI for Users
• Goal Creation with Title, Description, Date, Priority Feature
• Consistency Tracker of your Goal
• Reminder to set manually & receive reminder before Goal End
• Reset Goal Feature to reset your selected Goals
• User can edit and delete goals when needed.
• User can take break from goal when required
• Leaderboard support
• Get your all Goal History/Logs
• Delete All Goals at once
• Share Active Goals list as PDF
• Share Goal Details with your friends with share feature
• Edit your profile in profile section

Tracky is a Java and XML-based native Android application. Authentication and other functionality were implemented using Firebase.
It's an Open Source Project to which individuals from all across India contributed with passion.
We frequently find ourselves skipping our daily routine/schedule for a different reasons. This is when Tracky comes into the picture. It assists you in keeping track of your objectives and achieving them. It reminds you of your objective and keeps you up to date on your progress. We've implemented a Leaderboard feature that allows users to compare their rankings in the Leaderboard based on consistency and goal completion percentage. With the use of the App's share feature, users may share their Goal status as a screenshot. We have also included a function that allows users to take breaks or postpone an ongoing break.

This concludes our discussion of Tracky. I hope you find it useful in achieving your objectives.

How to Contribute

If you think that you can add a new feature or want to fix a bug, we invite you to contribute to FunwithPhysics and make this project better. To start contributing, follow the below instructions:

  1. Create a folder at your desire location (usually at your desktop).

  2. Open Git Bash Here

  3. Create a Git repository.

    Run command git init

  4. Fork this Repo

  5. Clone your forked repository of project.

git clone https://github.com/<your_username>/Tracky-Track-your-goals-or-targets.git
  1. Navigate to the project directory.
cd Tracky-Track-your-goals-or-targets
  1. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/maityamit/Tracky-Track-your-goals-or-targets.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
git pull upstream main
  1. Create a new branch(prefer a branch name that relates to your assigned issue).
git checkout -b <YOUR_BRANCH_NAME>
  1. Perform your desired changes to the code base.

  2. Check your changes.

git status
git  diff
  1. Stage your changes.
git add . <\files_that_you_made_changes>
  1. Commit your changes.
git commit -m "relavant message"
  1. Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
  1. To create a pull request, click on compare and pull requests.

  2. Add an appropriate title and description to your PR explaining your changes.

  3. Click on Create pull request.

Congratulations🎉, you have made a PR to the FunwithPhysics. Wait for your submission to be accepted and your PR to be merged by a maintainer.

About

Goal or any task tracking application to keep your consistency regularly and track your consistency everyday and represent in a proper pie chart view to visualize more effectively in front of you.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%