Skip to content

adeiskandarzulkarnaen/notesappflutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesApp

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.

Features

  • 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.

Technologies Used

Frontend

  • Dart: The main programming language used for developing this application.
  • Flutter: A framework for building responsive and attractive user interfaces.

Dependencies

  • HTTP Package: To make requests to the backend API.
  • Shared Preferences: To store local data on the device.

Installation

  1. Clone this Repository

    git clone https://github.com/adeiskandarzulkarnaen/notesappflutter.git
    cd notesapp
  2. Install Dependencies

    flutter pub get
  3. Run the Application

    flutter run

Backend API

The backend API used by this application can be found at the following repository: notesapp-backend.

Contributions

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.

License

This application is licensed under the MIT License. See the LICENSE file for more information.