Welcome to the Notes App, a simple and basic practice app built with Flutter to store notes locally using SharedPreferences
. This app serves as a practical example for storing and retrieving data locally without needing a backend.
- 📒 Create Notes: Add your own notes and store them locally.
- 📋 View Notes: See all the notes you have added in a clean list.
- 🗑️ Delete Notes: Remove notes easily with a single tap.
- 💾 Local Storage: Data is stored locally on the device using
SharedPreferences
.
Here are some screenshots of the app in action:
![]() |
![]() |
![]() |
![]() |
To run this app on your local machine:
-
Clone the repo:
git clone https://github.com/farehahassan/notes_app-using-sharedPrefrences
-
Navigate to the project directory:
cd notes_app-using-sharedPrefrences
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Flutter for the app development.
- SharedPreferences for local data storage.
- Dart as the programming language.
Feel free to open issues or make pull requests if you would like to contribute to this project. This is a simple app for learning purposes, and feedback is always appreciated!
Made with ❤️ by Fareha Hassan