• Stars
    star
    631
  • Rank 71,222 (Top 2 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clendar - Minimal Calendar app. Written in SwiftUI.

SwiftLint

Clendar - Minimal Calendar

Minimal Calendar & Widget

Download on the App Store

Landing Page

About

This project is started out as an UIKit base app for me to learn new WWDC features over the years. But one day, I decided to convert the whole app from UIKit -> SwiftUI and boom, here we are.

This is the PR => #35

SwiftUI

πŸ“– I believe the best way to Learn is by doing. SwiftUI is evolving and I think it's the future of writing apps.

SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. Build user interfaces for any Apple device using just one set of tools and APIs.

-- Apple

The true power of SwiftUI, to me, is it's flexibility, thanks to it's vast realm of view modifiers and expressiveness with property wrappers.

You can create an "Hello, World!" app with just a few lines of code (check out the new @main attribute!) or even, a calendar view.

SwiftUI give you the most flexible tool an Apple developer could ever ask for, all you need is a bit of creativity, and the possibilities, are, limitless.

Clendar would not be possible without the public knowledge of the community. To name a few, in no particular order:

my notes about SwiftUI:

By publishing Clendar, I would like to give back to the community. 😊

Tip to build on M1 Macs

So, maybe someone, who wants to contribute in this repo will find the next info a very helpful. If you have Macbook on m1:

sudo arch -x86_64 gem install ffi
arch -x86_64 pod install

Or:

run terminal with Rosetta and run pod install

Thanks #220 (comment)

Tech stacks

Core:

  • SwiftUI (and UIKit interoperability)
  • iPadOS
  • WidgetKit
  • SiriKit
  • EventKit/EvenKit UI - wrapper with my own Shift package πŸ“†
  • WatchKit
  • Combine
  • Catalyst
  • StoreKit

Build delivery tool

  • Fastlane

Package Managers

  • Swift Package Manager
  • CocoaPods

Linter

  • SwiftLint

Formatter

  • SwiftFormat

Action

Requirements

(for async/await):

  • Xcode 13.1
  • iOS 15.0
  • watchOS 8.0
  • Ruby (for Fastlane build automation)

My own Swift Packages currently used in Clendar

  • Shift - Result-based wrapper for EventKit. SwiftUI supported!
  • Laden - SwiftUI loading indicator view

Contributing

Contributing is more than welcome, if you feel like helping the app, or want to add new feature, feel free to take a look at my issues page. Thanks!

Contributors

πŸ™πŸ»πŸ€―πŸŽ‰ Huge thanks everyone who took their precious time and effort to contribute to the project:

πŸ’‘πŸ§‘

License

MIT License

You can do whatever you want with this source code: modify, tweak or use as learning resources, for example... πŸ› πŸ‘¨πŸ»β€πŸ’»

But, please don't re-distribute the app on App Store with different name. πŸ₯Ί

And, if you like, you can download the app for free on the App Store.

Open-source inspiration

What's 'Clendar'?

It's just Calendar, without an 'a'. I thought it's unique, but turns out it's not going well with ASO (App Store Optimization) and SEO (Search Engine Optimization).

But, whatever!


Thanks and take care! πŸ€

I'm on @vinhnx on almost everywhere.

More Repositories

1

Ciapre-Xcode-theme

An easy on the eyes Xcode color scheme, ported from Ciapre Sublime Text.
Shell
132
star
2

iOS-Toolbox

My iOS dev toolbox.
76
star
3

Ciapre.tmTheme

Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
64
star
4

Shift

Light-weight & concurrent EventKit wrapper
Swift
62
star
5

notes

my today I learn (TIL) journal, includes everything that I found interesting, not necessarily relates to programming
43
star
6

VT.ai

VT.ai - Multimodal AI Chatbot
Python
39
star
7

vintage

[UNMAINTED] command-line tool to check for outdated Swift Package Manager dependencies
Swift
33
star
8

Laden

SwiftUI loading indicator view
Swift
31
star
9

CombineUnsplash

A sample project exploring MVVM pattern with SwiftUI/Combine, using Unsplash API (via Picsum.photos API)
Swift
28
star
10

InkChatGPT

Retrieval-augmented generation (RAG) LLM app
Python
9
star
11

DictionaryNestedSubscript

Nested subscript for Dictionary.
Swift
7
star
12

vinhnx.zsh-theme

My modified theme from themes/mgutz.zsh-theme, for oh-my-zsh (zshell). Looks great when using with Solarized color scheme.
7
star
13

spawn

A small command-line tool to quickly tryout a Swift Package Manager package locally
Swift
6
star
14

life-notes

random life note
6
star
15

podcasts

My podcast collection (opml file format). Exported from Overcast. Feel free to import to your podcast app of choice, if you are setup new playlist. πŸš€
5
star
16

Ciapre

Ciapre theme suite
4
star
17

ReactiveLinkPreview

Exploring SwiftUI with Combine binding, by using iOS's new LinkProvider framework
Swift
4
star
18

new-tab-clock

New Tab Clock, a Chrome extension.
3
star
19

Ciapre.itermcolors

Ciapre color scheme for iTerm2
2
star
20

try-SwiftUI

Intro to SwiftUI
HTML
2
star
21

Git-for-beginners

My slides and sample repo about Git fundamental.
2
star
22

QuickMark

QuickMark is a sample application experimenting with MMMarkdown - Objective-C Markdown parser, plus css styling support.
Objective-C
2
star
23

dotfiles

vinhnx's dotfiles
Shell
1
star
24

twit-buddy

A simple web app which check following status between two users.
JavaScript
1
star
25

NVExtensions

Common iOS extensions.
Swift
1
star
26

html5camera-app

A demo/experimental app using HTML5 getUserMedia() API
JavaScript
1
star
27

my-userstyles

Mini collection of my userstyles on userstyles.org
1
star
28

vinhnx_vscode

vinhnx's favorites extensions and settings
1
star
29

NVNetworkRequest

Simple Alamofire network layer.
Swift
1
star
30

rwcourses

learn Flutter from Ray Wenderlich's course https://www.raywenderlich.com/18177023-your-second-flutter-app
Dart
1
star
31

UnitTestingNetwork

Demo on how to build a simple and testable network suite in Swift, using Mockingjay.
Swift
1
star
32

perg

A small command-line tool to search for given string inside a file, aka light-weight grep, written in Rust
Rust
1
star
33

hello.world

Hello World
1
star
34

medium_article_generator

A simple Medium article generator LLM app. Powered by OpenAI GPT-3.5-turbo model, LangChain, Streamlit
Python
1
star
35

DiffMatchPatch-sample

This is a sample iPhone application implementing DiffMatchPatch Objective-C port
Objective-C
1
star
36

cohereweb_connectorchat

Jupyter Notebook
1
star
37

clendar-site

Landing site for Clendar app
HTML
1
star