An open API service indexing awesome lists of open source software.

https://github.com/k3ury99/notes-flutter-localstorage

This app lets you manage notes easily with a modern UI. Add, edit, and delete notes while navigating organized tabs (Lists, Notes, Profiles). Notes are cached using localStorage for quick access. 🚀
https://github.com/k3ury99/notes-flutter-localstorage

dart flutter-apps visual-studio-code

Last synced: 3 months ago
JSON representation

This app lets you manage notes easily with a modern UI. Add, edit, and delete notes while navigating organized tabs (Lists, Notes, Profiles). Notes are cached using localStorage for quick access. 🚀

Awesome Lists containing this project

README

        

# 🚀 Notes-Flutter-Localstorage
> [!TIP]
> This is a project of a web page created in flutter using dart as the language.




---

# 🗝 How to use it
You just have to download the zip file that is at the beginning of this repository, and open the folder in Visual Studio Code, once there a terminal opens and you type "Flutter run -d Edge", this will start loading commands allowing you to visualize the project in the Edge browser.

# 🎈 Installation
Clone the repository:
```bash
git clone https://github.com/K3ury99/Notes-Flutter-Localstorage
```
# 🎯 Usage
To run the app, use the following command:
```bash
flutter run -d Edge
```
Once launched you will be able to place your tasks and edit them to your liking, it has persistence so there is nothing to worry about!

# ✨ Features
✅ Add, edit, and delete notes
✅ Organized tab navigation (Lists, Notes, Profiles)
✅ User profile display
✅ Intuitive and modern UI
✅ Notes cached with localStorage for quick access

# 🐱‍👤 Contributing
1. **Fork the repo**
2. **Create a new branch**

```bash
git checkout -b feature-branch
```
3. **Add Everything**
```bash
git add .
```
4. **Commit changes**
```bash
git commit -am 'Add new feature'
```
5. **Pull & push to the origin**
```bash
git pull
git push
```

# 🌠 Final Notes
Thank you for visiting this project!🌌

## 📔 License
This project is licensed under the MIT License. See the `LICENSE` file for details.