NotesApp is a note-taking application that allows users to create, edit, and delete their notes. This application consumes an API from the backend to store and retrieve note data. The backend of this application can be accessed at notesapp-backend.
- Create New Note: Users can create new notes with a title and content.
- Edit Note: Users can edit existing notes.
- Delete Note: Users can delete notes that are no longer needed.
- View Note Details: Users can view the full details of each note.
- Dart: The main programming language used for developing this application.
- Flutter: A framework for building responsive and attractive user interfaces.
- HTTP Package: To make requests to the backend API.
- Shared Preferences: To store local data on the device.
-
Clone this Repository
git clone https://github.com/adeiskandarzulkarnaen/notesappflutter.git cd notesapp
-
Install Dependencies
flutter pub get
-
Run the Application
flutter run
The backend API used by this application can be found at the following repository: notesapp-backend.
Contributions are highly welcomed! If you have ideas for improving this application or find any bugs, please create an issue or pull request in this repository.
This application is licensed under the MIT License. See the LICENSE file for more information.