MyNote is a simple application developed using Flutter that combines note-taking and task management functionalities in one app.
Key Features are
- Create new notes with titles and content.
- Edit existing notes.
- Delete notes.
- Dark mode support.
- User-friendly interface.
- Create new tasks.
- Edit existing tasks.
- Delete tasks.
- Mark tasks as completed.
- Dark mode support.
- User-friendly interface.
To run the MyNote locally, follow these steps:
- Ensure you have Flutter installed on your machine. If not, you can follow the installation instructions here.
- Clone this repository to your local machine.
- Open the project in your preferred IDE (e.g., Visual Studio Code).
- Run
flutter pub get
to install dependencies. - Connect a device or start an emulator.
- Run
flutter run
to launch the app.
- Flutter SDK
- font_awesome_flutter - For FontAwesome icons.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.