Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeiskandarzulkarnaen/notesappflutter
notesapp consume api
https://github.com/adeiskandarzulkarnaen/notesappflutter
flutter http-client sharedpreferences
Last synced: 5 days ago
JSON representation
notesapp consume api
- Host: GitHub
- URL: https://github.com/adeiskandarzulkarnaen/notesappflutter
- Owner: adeiskandarzulkarnaen
- License: mit
- Created: 2024-05-22T14:44:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T07:31:21.000Z (7 months ago)
- Last Synced: 2024-06-08T23:30:51.321Z (7 months ago)
- Topics: flutter, http-client, sharedpreferences
- Language: Dart
- Homepage: https://2006043.stoplight.io/docs/notesapp
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/adeiskandarzulkarnaen/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**
```bash
git clone https://github.com/adeiskandarzulkarnaen/notesappflutter.git
cd notesapp
```2. **Install Dependencies**
```bash
flutter pub get
```3. **Run the Application**
```bash
flutter run
```## Backend API
The backend API used by this application can be found at the following repository: [notesapp-backend](https://github.com/adeiskandarzulkarnaen/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](LICENSE) file for more information.