Typswift is an application designed to give you flexibility and control over where you store your notes and tasks. It allows you to save your content locally or to the cloud - the choice is yours!
Notes how you want them!
- Set up the app to use locally or cloud storage
- Create notes and tasks
Here are some screenshots of Typswift on mobile and desktop:
Please note that this app is currently in development. It is not ready for use. Contributions are welcome.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Flutter SDK
- Dart SDK
- An IDE like VSCode or Android Studio
- Clone the repo:
git clone https://github.com/xkaper001/typswift.git
- Navigate into the cloned directory
cd typswift
- Install dependencies
flutter pub get
- Run the app
flutter run
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request.