Skip to content

Goal tracking app which shows a motivating image every day and a list of goals,defined by the user.It also features statistics and notifications.

License

Notifications You must be signed in to change notification settings

GerganaT/GoalChaser

Repository files navigation

GoalChaser

My final project for the Kotlin Developer Udacity Nanodegree.

Full design and functionality in the design document.

Design document: DesignDocumentGoalChaser.pdf

Running the project on your local machine:

Just clone the repo and open the project with Android Studio.

Note:If you want to be able to view the motivational images you will need an Unsplash Demo API key. You can see more here: https://unsplash.com/documentation#registering-your-application

After obtaining the key and cloning the repo enter the following in the local.properties folder in the cloned project:

apiKey="your_key_here"

Libraries used include:

MPAndroidChart https://github.com/PhilJay/MPAndroidChart

License: Copyright 2020 Philipp Jahoda

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Images by Unsplash: https://unsplash.com/

Vectors are mine design but animated with Lottie: https://lottiefiles.com/svg-to-lottie License: License MIT License © LottieFiles.com

MIT License

Copyright (c) 2019 LottieFiles.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Logs by Timber

https://github.com/JakeWharton/timber

Copyright 2013 Jake Wharton

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

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Images loaded and cached from the Web with Picasso: https://square.github.io/picasso/

Text data obtained from the Web with Retrofit and Moshi

https://square.github.io/retrofit/

Copyright 2013 Square, Inc.

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

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

https://github.com/square/moshi

https://github.com/square/moshi/blob/master/LICENSE.txt

About

Goal tracking app which shows a motivating image every day and a list of goals,defined by the user.It also features statistics and notifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages