This project is a notepad Frontend with Flutter using a custom API in the backend (https://github.com/zant23/notes-backend). To start this project locally change apiUrl in the notes_repository.dart file and execute the following commands:
flutter pub get
flutter pub run build_runner build
flutter run -d chrome