popiolekdawid / stormlog

Take notes about what's happening around you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StormLog

This is a journaling app that allows users to record their daily weather observations and experiences. Users can add, edit, and delete entries, including details such as city, temperature, and weather rating. The app provides a clean and intuitive user interface for managing and reviewing weather entries.

Features

  • Add new weather entries: Users can add new weather entries by providing the city name, temperature, and rating.
  • Edit existing entries: Users can edit the details of an existing weather entry, including the city, temperature, and rating.
  • Delete entries: Users can delete unwanted weather entries.
  • Sorting: Entries are sorted chronologically based on the date of creation.
  • Context Menu: Long-pressing an entry or using the context menu provides options to edit or delete the entry.
  • Dark Mode Support: The app is designed to work seamlessly with both light and dark appearances.

Technologies Used

Swift: The app is developed using the Swift programming language, which is the primary language for iOS app development. SwiftUI: The user interface is built using SwiftUI, Apple's modern declarative framework for building user interfaces across all Apple platforms. Core Data: Core Data is used for data persistence, allowing weather entries to be stored and managed efficiently. Xcode: Xcode is the integrated development environment (IDE) used for building, testing, and debugging the app.

Getting Started

To run the app on your local machine, follow these steps:

Ensure you have Xcode installed on your Mac. Clone this repository or download the source code files. Open the weather-journal.xcodeproj file in Xcode. Build and run the app using the iOS Simulator or a connected physical device.

Requirements

Xcode 12 or later Swift 5.3 or later iOS 14 or later

Photos

Screenshot 2023-07-20 at 16 41 50 Screenshot 2023-07-20 at 16 42 45 Screenshot 2023-07-20 at 16 43 14 Screenshot 2023-07-20 at 16 44 38

About

Take notes about what's happening around you


Languages

Language:Swift 100.0%