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. 🚀
- Host: GitHub
- URL: https://github.com/k3ury99/notes-flutter-localstorage
- Owner: K3ury99
- License: mit
- Created: 2025-02-16T03:41:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T19:19:51.000Z (4 months ago)
- Last Synced: 2025-04-12T22:56:47.972Z (3 months ago)
- Topics: dart, flutter-apps, visual-studio-code
- Language: Makefile
- Homepage:
- Size: 39.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.