Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/wiseroneapp
Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit 🖥️
https://github.com/sebastienrousseau/wiseroneapp
daily-quotes inspira macos motivation motivational-quotes swift
Last synced: about 1 month ago
JSON representation
Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit 🖥️
- Host: GitHub
- URL: https://github.com/sebastienrousseau/wiseroneapp
- Owner: sebastienrousseau
- Created: 2024-01-27T20:39:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T23:36:46.000Z (9 months ago)
- Last Synced: 2024-05-02T03:03:14.993Z (7 months ago)
- Topics: daily-quotes, inspira, macos, motivation, motivational-quotes, swift
- Language: Swift
- Homepage: https://wiserone.com/
- Size: 435 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/funding.yml
- Code of conduct: .github/CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# The Wiser One macOS App
Daily nuggets of wisdom in a clean, minimalist design, inspiring deeper thought and personal growth with every visit.
![divider][divider]
## Overview 📖
The Wiser One macOS App offers daily insights and wisdom in a sleek, minimalist interface, designed to inspire deeper thinking and foster personal growth. Each visit presents a unique opportunity to reflect and gain new perspectives.
## Features ✨
### Reading Quotes from a JSON File
- The Wiser One can seamlessly access and parse a wide range of quotes stored in a JSON format. This allows for a diverse and extensive collection of wisdom nuggets. The JSON structure is optimized for quick retrieval, ensuring a smooth user experience.
### Randomly Selecting a Quote
- With an innovative random selection algorithm, the Wiser One presents a different quote each time, making every interaction unique. This feature encourages varied learning and prevents the monotony of repetitive content. The randomness is designed to simulate the unpredictability and richness of gaining wisdom in real life.
### Displaying Quotes
- **Quote Display:** Showcases a variety of motivational and inspirational quotes.
- **Error Logging:** Robust error logging to ensure smooth user experience.## Getting Started 🚀
It takes just a few minutes to get up and running with `WiserOne`.
## Prerequisites 📋
- macOS 10.15.4 or later
- Xcode 12.0 or later
- Swift 5.3 or later## Installation 🔧
1. Clone the repo
```sh
git clone [email protected]:sebastienrousseau/WiserOneApp.git
```2. Build the app
```sh
swift build
```3. Run the app
```sh
swift run
```## License 📝
The project is licensed under the terms of MIT OR Apache-2.0.
## Contribution 🤝
We welcome all people who want to contribute. Please see the
[contributing instructions][1] for more information.Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the
Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.## Acknowledgements 💙
A big thank you to all the awesome contributors of [wiserone][2] for their
help and support.[1]: https://github.com/sebastienrousseau/WiserOneApp/blob/main/CONTRIBUTING.md
[2]: https://github.com/sebastienrousseau/WiserOneApp/graphs/contributors[divider]: https://kura.pro/common/images/elements/divider.svg "divider"