Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
/ Days Public archive

This is my pet project. The app shows how many days passed after some events you want to remember.

License

Notifications You must be signed in to change notification settings

easydev991/Days

Repository files navigation

Days

  • The app uses Realm to store your data and shows how many days passed after something happened in your life
  • The app supports both English and Russian languages
  • UI-elements have color options for both light and dark mode

Status

The repo is archived because I am busy with other apps and new technologies

Project setup

First steps

  1. Clone the repo
  2. Open project folder in terminal
cd Days
  1. Setup hooks directory
git config core.hooksPath githooks
  1. Grant permission to pre-commit hook
chmod +x pre-commit
  1. Open the xcodeproj-file and wait for Xcode to resolve the packages

Code formatting

How it works

  1. Before each commit a pre-commit hook checks for code formatting
  2. If any rules are broken, you will get an error and a string with terminal command to run swiftformat correctly

How to update swiftformat

  1. Open this page
  2. Download swiftformat.zip
  3. Change old file with a new one

What you can do with this app

  1. Create records with "+" button
  2. Sort records with top left button
  3. Save records with "Save" button (record name must contain at least 1 letter)
  4. See how many days ago the recorded event took place
  5. Remove records with a swipe
  6. Send me your feedback
  7. Delete all data if you wish

About

This is my pet project. The app shows how many days passed after some events you want to remember.

Topics

Resources

License

Stars

Watchers

Forks