Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.02 KB

NoteApp

PROJECT DESCRIPTION:
The app functions as a service for making short text notes. Developed using Flutter and Firebase

Site Map

App structure:

├── Login/signup screen
└───Home
    |── Home screen displaying all notes
    |── View note page --> Users can delete the note if required
└───Create new note
    |──Create a note with a title and description, time stamp will be saved automatically 
    

Features