Skip to content
/ FOUR Public
forked from SketchK/FOUR

FOUR is a beautiful and lightweight task-recorder app, revolving around the theme of "10000 Hour Rule", encourage user to achieve their goal.

License

Notifications You must be signed in to change notification settings

igit-cn/FOUR

 
 

Repository files navigation

2016-07-22_backup.png

FOUR (Objective-C Version)

2016-07-22_iOS-9.0+-blue.png 2016-07-22_license.png

FOUR observe The 10000 Hour Rule, and help you record the entirely process of your fantasy work.

2016-07-22_ScreenShot.png

2016-07-22_AppStore.png

##FOUR: Project Introductory Guide

Please build with the latest CocoaPods v0.39.0 and Xcode 7.3.1 or above

##Intro FOUR is a beautiful and lightweight task-recorder app, revolving around the theme of "10000 Hour Rule", encourage user to achieve their goal.

The project's architecture is easy to understand, following the common software pattern MVC, separating UI, business logic and data model. Now, let's dive into the FOUR project!

##Model Realm helps us a lot with data persistence. You can checkout the Model file to learn how I add, modify, update or delete data in Realm database.

##UI(View & ViewController) I use pure code to setup all UI files, and this solution looks like a hard way, but convenient for code view.

##TODO

1.Add Animation on Time-Record View
2.Add Sounds Effect
3.Add Share Function
4.Update UI Design
5.Fix Some Bug
6.Always Code Review

##Future In the future, I will build up the same app by Swift Version, ReactiveCocoa Version, RxSwift Version, React Native Version.

Why I want to do this? Just For Fun!

##Development If you like to join us developing FOUR, fork this repo and use git flow on develop branch to create a new branch for your developing. When you finish, send a pull request.

Please ensure each commit is minimized for code review.

Please stop using simulator's waterfall image as your avatar.

##License

MIT

About

FOUR is a beautiful and lightweight task-recorder app, revolving around the theme of "10000 Hour Rule", encourage user to achieve their goal.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.9%
  • Ruby 0.1%