A Simple to-do list from scratch using SwiftUI with a MVVM architecture pattern
Todor
A Simple to-do list from scratch using SwiftUI with a MVVM architecture pattern ?, also incorporate UserDefaults into the application to save and persist data between sessions. Made with love ❤️ by Mustafa Sabahy
Built With ?
MVVM stands for Model-View-ViewModel… The Model contains logic for the data layer. The View contains logic for the app’s UI. The ViewModel contains the business logic for the app, connecting the View to the data (Models)!
Light Mode ?
Launch Screen | Home | Create Task | Edit |
---|---|---|---|
Dark Mode ?
Launch Screen | Home | Create Task | Edit |
---|---|---|---|
Contribute
If you want to contribute to this app, you’re always welcome! See Contributing Guidelines.
License
Apache 2.0 License
Copyright 2022 Mustafa Sabahy
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.