https://github.com/abdelillahbel/noteappxyz
Flutter project for managing notes.
https://github.com/abdelillahbel/noteappxyz
dart flutter
Last synced: 6 months ago
JSON representation
Flutter project for managing notes.
- Host: GitHub
- URL: https://github.com/abdelillahbel/noteappxyz
- Owner: abdelillahbel
- Created: 2024-11-26T08:50:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T09:11:16.000Z (11 months ago)
- Last Synced: 2025-04-16T06:20:20.569Z (6 months ago)
- Topics: dart, flutter
- Language: Dart
- Homepage:
- Size: 263 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteAppXYZ
A Flutter project for managing notes.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Features
- [x] Add notes
- [x] View notes
- [ ] Manage notes
- [x] Light and dark theme support## Screenshots
![]()
![]()
## Installation
1. Clone the repository:
```sh
git clone https://github.com/abdelillahbel/noteappxyz.git
```
2. Navigate to the project directory:
```sh
cd noteappxyz
```
3. Install dependencies:
```sh
flutter pub get
```
4. Run the app:
```sh
flutter run
```## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any changes.
## License
This project is licensed under the MIT License.