Skip to content

farehahassan/notes_app-using-sharedPrefrences

Repository files navigation

Notes App 📝

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.

Features ✨

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

Screenshots 📸

Here are some screenshots of the app in action:

Notes List Add Note Screen
Delete Note Screen No Notes Screen

How to Run 🛠️

To run this app on your local machine:

  1. Clone the repo:

    git clone https://github.com/farehahassan/notes_app-using-sharedPrefrences
  2. Navigate to the project directory:

    cd notes_app-using-sharedPrefrences
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Technologies Used 💻

  • Flutter for the app development.
  • SharedPreferences for local data storage.
  • Dart as the programming language.

Contribution 🤝

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published