Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4 |
---|---|---|---|
Note App is a modern note-taking application designed to help users organize their thoughts, ideas, and tasks effectively. With a clean and intuitive user interface, it offers a seamless user experience for managing notes efficiently.
- Create and Edit Notes: Easily create new notes or edit existing ones with rich text editing capabilities.
- Voice Input: Use the built-in speech-to-text feature to dictate notes hands-free.
- Filtering Options: Filter notes based on categories or tags for better organization.
- Persistent Storage: Notes are stored securely on the device using SharedPreferences for offline access.
- Customizable UI: Tailor the app's appearance with customizable themes and fonts.
- Flutter: UI development framework for building cross-platform apps.
- SharedPreferences: For storing and retrieving notes data locally.
- Google Fonts: For enhancing text styling and readability in the app.
To run the app locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Run
flutter pub get
to install dependencies. - Connect a device or emulator.
- Run
flutter run
to launch the app.
Contributions are welcome! If you have any feature suggestions, bug reports, or code improvements, feel free to open an issue or submit a pull request.