/Notes

This is simple app for management of personal notes.

Primary LanguageSwiftMIT LicenseMIT

Notes

This is simple app for management of personal notes.

Swift Version License

Now ferget that embarrassing moment and frustration of forgetting something important.

Features

  • Manage your personal notes.
  • Change default language without fiddling with settings. Currently supports English, Czech and Russian

Requirements

  • iOS 11.0+
  • Swift 4+
  • Xcode 9.4+

Setup and Installation

Clone from git

git clone https://github.com/ARomkAR/Notes.git

Running

open using cmd line cd Notes && xed . or simply double tap on Notes.xcworkspace cmd+r and we are running.

Running tests

Same as running except cmd+u

Code Folder Structure

  • Notes
    • Classes
      • AppDelegate
      • Extensions
      • LogicControllers
      • Models
      • Networking
      • Protocols
      • Utilities
      • ViewControllers
      • Views
    • Resources
    • Storyboards
  • NotesTests
  • Pods

Credits

Meta

Omkar – @MAD_Omkar

Distributed under the MIT license. See LICENSE for more information.

ARomkAR