A Flutter application for managing and organizing notes, developed by GDSC MPSTME.
- Create, edit, and delete notes
- Organize notes by categories
- Search functionality
- Clean and intuitive user interface
- Cross-platform support (iOS & Android)
- Flutter SDK (latest stable version)
- Dart SDK
- Android Studio or VS Code with Flutter extensions
- Android/iOS device or emulator
-
Clone this repository:
git clone https://github.com/AppDev-GDSC-MPSTME/NotesPortalApp.git cd NotesPortalApp -
Install dependencies:
flutter pub get
-
Run the app:
flutter run
lib/
├── main.dart # App entry point
├── models/ # Data models
├── screens/ # UI screens
├── widgets/ # Reusable widgets
└── services/ # Business logic and services
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GDSC MPSTME
- Email: gdsc@mpstme.com
- GitHub: @AppDev-GDSC-MPSTME