Skip to content

AppDev-GDSC-MPSTME/NotesPortalApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesPortalApp

A Flutter application for managing and organizing notes, developed by GDSC MPSTME.

Features

  • Create, edit, and delete notes
  • Organize notes by categories
  • Search functionality
  • Clean and intuitive user interface
  • Cross-platform support (iOS & Android)

Getting Started

Prerequisites

  • Flutter SDK (latest stable version)
  • Dart SDK
  • Android Studio or VS Code with Flutter extensions
  • Android/iOS device or emulator

Installation

  1. Clone this repository:

    git clone https://github.com/AppDev-GDSC-MPSTME/NotesPortalApp.git
    cd NotesPortalApp
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Project Structure

lib/
├── main.dart          # App entry point
├── models/            # Data models
├── screens/           # UI screens
├── widgets/           # Reusable widgets
└── services/          # Business logic and services

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

About

Deployment of the Notesportal web app onto your phones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published