NoteIn App

Creating an task manager application using react native library, I developed the application's architecture, implemented the data integration, and designed the user interface for seamless interaction
Technologies Used:
- Flutter
- FlutterFlow
- Firebase
Project Documentation:

Home and Notes Activity
On the home page, users can monitor how many notes have been created, and see how many notes have gone into the trash. Then, on the note list page, users can select all or several notes to move to the trash, click once to edit a note.

Create and Edit Notes
On the edit note page, users can enter the title and description they want to include. There is no limit to how much users want to write in the description. Then, when finished, click the check mark to save the note.

Calendar Integration
Apart from that, when editing a note there is a calendar icon which when clicked will direct you to the device calendar and the user only needs to input the reminder according to what they want, because the event title will be filled in automatically.