Skip to content

Commit

Permalink
upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adeiskandarzulkarnaen committed Jun 18, 2024
1 parent e8f9fd9 commit 2823de3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ app.*.map.json
/android/app/profile
/android/app/release

# Documentation
docs/
# Project Documentation
# docs/
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NotesApp
# NotesApp Mobile

NotesApp is a note-taking application that allows users to create, edit, and delete their notes. This application uses Flutter local storage with sqflite to store and retrieve note data locally on the device.

Expand All @@ -25,8 +25,8 @@ NotesApp is a note-taking application that allows users to create, edit, and del

1. **Clone this Repository**
```bash
git clone https://github.com/adeiskandarzulkarnaen/notesappflutter_local.git
cd notesappflutter_local
git clone https://github.com/adeiskandarzulkarnaen/notesappmobile.git
cd notesappmobile
```

2. **Install Dependencies**
Expand All @@ -46,3 +46,13 @@ Contributions are highly welcomed! If you have ideas for improving this applicat
## License

This application is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Project Thumbnail

<p float="left">
<img src="./docs/img/notesapp.png" alt="notesapp" width="250">
&nbsp;&nbsp;
<img src="./docs/img/home_page.png" alt="home_page" width="250">
&nbsp;&nbsp;
<img src="./docs/img/addnote_page.png" alt="addnote_page" width="250">
</p>
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="notesapp"
android:label="NotesApp"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Binary file added docs/img/addnote_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/home_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/notesapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2823de3

Please sign in to comment.