The Ninja Note app is used to store information, notes, and ideas in text form.
- Add Note
- Edit Note
- Delete Note
Front-End: Flutter
Back-End: Firebase
Clone the project
git clone https://github.com/fanolans/ninja-note.gitGo to the project directory
cd project-folderInstall dependencies
flutter pub getStart the app
flutter run