Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 813 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 813 Bytes

FeatureRequestsUI

A starting point for apps wanting to implement Feature Requests using SwiftUI. Designed to be used with any backend.

Screenshots

alt text

Getting Started

  • Add the View files to your project.
  • Structure your data model to suit your needs (example provided).
  • Implement your backend (example provided).
  • Update the View files for your needs.

Contributing

Contributors are welcomed! The goal is to make the UI look better over time. It is important to make it as modular as possible. This way it will be faster to implement when considering specific project requirements.

License

This project is licensed under the MIT License - see the LICENSE.md file for details