Skip to content

alexraskin/SoberSince

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sober Since

icon

Introduction

The Sobriety Tracker App is a simple yet powerful tool designed to help individuals track their sobriety journey. The app allows users to enter their sobriety start date and personal name, offering encouragement by displaying the number of days, months, or years they have remained sober. This app is very basic and is intended to be a learning tool for myself and others who are new to SwiftUI. I plan to add more features and improve the design in the future.

Features

  • Personalized Greetings: Users can input their name for personalized interactions with the app.
  • Sobriety Duration Tracking: Calculates and displays the time elapsed since the sobriety start date.
  • Settings Page: Allows users to update their start date and name or reset their information.
  • Simple Design: Clean and minimalistic interface for easy navigation.
  • Encouraging Messages: Displays motivational messages to support users on their journey.
  • Privacy-Focused: No personal data is stored externally, ensuring user privacy.
  • Mobile Compatibility: Fully functional on iOS devices.

Screenshots

screenshot1

screenshot2


Prerequisites Before you run this app, you need to have Xcode installed on your macOS machine. The app is developed using SwiftUI and targets iOS devices.

Installation

To get started with this app, follow these steps:

  1. Clone the repository to your local machine:
git clone git@github.com:alexraskin/SoberSince.git
  1. Open the project in Xcode

  2. Build and run the project using the iOS Simulator or on a physical device.

Usage

Upon launching the app, users will be prompted to enter their name and sobriety start date if not already set. The main screen will display the duration of sobriety in a friendly and encouraging format. Users can access the settings through a burger menu to adjust their details or view additional information.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Privacy Policy

This app does not collect or store any personal data. All information entered by the user is stored locally on the device and is not shared with any third parties. The app does not use any analytics or tracking software.