Code Monkey home page Code Monkey logo

to-do-app's Introduction

Welcome to my Profile

struct Nevio: Developer {
  let name = "Nevio H"
  let pronouns = "he/him/his"
  let role = "iOS & macOS Developer, Beta tester"
  let location = Coordinate2D(51.165691, 10.451526),  // Germany
  let languages = ["de_DE", "en_US", "ita_ITA", "kor_KOR"]
  let skills = ["Swift", "Cpp", "C", "JavaScript", "HTML", "CSS", "TypeScript"]
  let favouriteLanguage = ["Swift", "Cpp"]
  
  func sayHi() {
    print("Hey, thanks for dropping by, feel free to have a look at my work! ๐Ÿ™‚")
  }
}

let me = Nevio()
me.sayHi()

Hi, I'm Nevio from Germany, and I do Graphic Design and Development in my free time. I really enjoy learning new languages and frameworks. I also like wireframing, UI, UX, and design in general. I'm currently working at my text-editor ScribbleLab and help at some Projects from TechWithKilian.

to-do-app's People

Contributors

ant77i avatar n3v1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ant77i aymericd12

to-do-app's Issues

๐Ÿ–ฅ๏ธ Create a macOS and iPadOS version for this app

Hi everyone ๐Ÿ‘‹,
I could use some help to add a macOS and an iPadOS Version of this app.

Requirements:

  • latest MacOS Ventura or Sonoma
  • Xcode 15 beta (min. 2 max. 7)
    • iOS Simulator (iOS 17.7)
    • iPadOS Simulator (iPadOS 17.7)
  • SwiftUI knowledge
  • SwiftData knowledge

Tasks

  • MacOS Version
  • iPadOS Version

If you have any questions, just let me know

Thank you in advance ๐Ÿ™
Best regards
NH

๐ŸŒŸFeature: Adding Darkmode support

Hello everyone ๐Ÿ‘‹,
I was hoping you could help me out with something. I'm a bit confused about how to use the dark mode feature in the To-do app. Would you be able to lend me a hand when you have a moment? I really appreciate your assistance in advance ๐Ÿ™.

โš ๏ธ Please sync your forks to prevent merge conflicts โš ๏ธ

๐Ÿง‘โ€๐Ÿ’ผTranslation: Translate README.md

Hello everyone ๐Ÿ‘‹,

to make this repository available to many people from many countries I could use some help to make the README.md file available in many other languages.

How to contribiute

To participate, you must speak at least one language other than English.
If you meet this requirement, I warmly welcome you to translate the README.md into your language.
But please note that the following languages โ€‹โ€‹have priority:

  • German
  • Polish
  • Hindi
  • Italian
  • Spanish
  • Russian
  • Chinese
  • Japanese
  • Korean

Now let's get down to business:

  1. Fork the repository
  2. Clone this repository
  3. Create a new branch (Important: Please note the naming rules)
  4. Create in the translation/ dir a new file named README_language.md. Example: README_de.md
    (Please use for naming the abbreviations of country names )

Branch naming rules

  • Your username should be at the beginning
  • Then separate the username with a ('-') minus sign
  • Followed by the language you are translating
    Example:
    N3v1-german

Other

Important note

โš ๏ธ Please sync your forks to prevent merge conflicts โš ๏ธ

Help translate the app

It would help me if you would maybe help translate the app. You can find the link to the issue here


Thanks in advance ๐Ÿ™

๐Ÿ“–Documentation: Need help writing How-To-Use.md

Need help writing How-To-Use.md

Hi everyone ๐Ÿ‘‹,
I might need some help. You could revise the How-To-Use.md file and add content if you want.

Helpful Resources:

Inspiration:

Other

Required Skills

  • Basic/Advanced Markdown knowledge
  • Basic/Advanced HTML knowledge

Important Notes

โš ๏ธ Please sync your forks to prevent merge conflicts โš ๏ธ

Requirements for the How-To-Use.md

The How-To-Use.md file is intended to help the user understand how the app works:

  1. It should contain a small text about the functions of the app
  2. Then a table of contents should be created. Here is a template:
### Table of Contents
1. [Minimum Requirements](https://github.com/N3v1/To-Do-App#minimum-requirements)
2. [Features](https://github.com/N3v1/To-Do-App#features)
4. [Installation](https://github.com/N3v1/To-Do-App#installation)
5. [Technical Details](https://github.com/N3v1/To-Do-App#technical-details)
   - [Technologies](https://github.com/N3v1/To-Do-App#technologies)
   - [How to use this App](https://github.com/N3v1/To-Do-App#how-to-use-this-app)
   - [Contributing](https://github.com/N3v1/To-Do-App#contributing)
   - [License](https://github.com/N3v1/To-Do-App#license)
   - [Known issues](https://github.com/N3v1/To-Do-App#known-issues)
  1. The file should be organized with headings. It should include a few screenshots from the app

If you have any questions, let me know ๐Ÿ™‚.
Thank you in advance ๐Ÿ™

๐Ÿง‘โ€๐Ÿ’ผTranslation: Adding German, Italian, Korean, Japanese and Chinese simplified

Hello everyone ๐Ÿ‘‹,

I would greatly appreciate some help translating the app.

Languages โ€‹โ€‹to be translated

  • German
  • Spanish
  • Polish
  • Hindi
  • Italian
  • Korean
  • Japanese
  • Chinese simplified

How to translate

If you have any questions about how to translate the app, just let me know.
Here's the Documentation by Apple about translating an app:

Tips

Since Xcode 15, Apple recommends using string catalogs. I've never tried them, so I recommend translating them with Localizable.strings files.

Important:

  1. To add a translation tap on the first dir
HowToTranslate1
  1. Go under the Project tab and tap on "ToDo"
HowToTranslate2
  1. Then tap on the ("+") button under the Localizations tab to add a new language HowToTranslate3

Other

Required Skills

  • Know how to add translations using .strings and .stringdict files
  • Speaking one of the languages above

Important Note

โš ๏ธ Please sync your forks to prevent merge conflicts โš ๏ธ

Adding languages

If you are proficient in any languages that were not listed, please feel free to inform me by dropping me a message.


Thanks in advance ๐Ÿ™

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.