Skip to content

Instantly share code, notes, and snippets.

View felipe's full-sized avatar
🎯
Rocking & Rolling

Felipe Oduardo Sierra felipe

🎯
Rocking & Rolling
View GitHub Profile
@felipe
felipe / NotesApp.swift
Last active September 25, 2019 02:09 — forked from jnewc/NotesApp.swift
A notes app written in >100 lines of swift using SwiftUI
//
// ContentView.swift
// Listomania
//
// Created by Jack Newcombe on 05/06/2019.
// Copyright © 2019 Jack Newcombe. All rights reserved.
//
import SwiftUI
let dateFormatter = DateFormatter()