Giter VIP home page Giter VIP logo

nicktheodoridisios / passwords Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 498 KB

Passwords is an iOS mobile app developed with Swift programming language. In this app you have the option through some fields to generate passwords and create your own one as can show you how strong it is and also you can save them in your library.

Swift 100.00%
application mobile password password-generator security swift swiftdata swiftui ui xcdoe

passwords's Introduction

Passwords Mobile Application

cover

About Application

Passwords is an iOS mobile app developed with Swift programming language. In this app you have the option through some fields to generate passwords and create your own one as can show you how strong it is and also you can save them in your library.

generator

Create Your Own Password

creator

Persist Data and Data Synchronization

preferences

For persistent data and data synchronization, the SwiftData framework was used. This way, the user can store their data by synchronizing it across multiple devices with the same account credentials. This implementation ensures effective management and retrieval of sensitive data, providing the necessary security and reliability for storing user passwords.

@Model
class Password{
    var name: String
    var color: String
    
    init(name: String, color: String) {
        self.name = name
        self.color = color
    }
}

Display Preferences

mode

Run Application

run.mp4

Project Tools

Xcode GitΗub Figma
mode mode mode

Programming Stack

Swift SwiftUI SwiftData
mode mode mode

Contact

I'm always open to questions, suggestions and comments. If you have any questions or need assistance, feel free to contact me at [email protected] or through my GitHub account.

Socials

Follow me on social media for the latest news and updates:

License

This project is distributed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).

This means you can use, modify and share this work under the following conditions:

  • You must attribute the original creator (attribution).
  • You may not use this work for commercial purposes (non-commercial use).

passwords's People

Contributors

nicktheodoridisios avatar

Watchers

 avatar

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.