Skip to content

VrushankBardolia/quicknote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickNote

QuickNote is a note taking app made in Flutter technology with the backend with Firebase which provides Authentication & Cloud Database


Table of Contents


Features

  • Create, edit, and delete notes.
  • Real-time synchronization with Firebase.
  • Sign up & Login Authentication.
  • Simple and User-Friendly user interface.
  • Dynamic Theming.

Preview

QuickNote Note operations

QuickNote Authentication

QuickNote v1.5


Changelog

v1.0 (12th November 2023):

  • Authentication with e-mail.
  • Add, edit & delete Note.
  • Dynamic Theming.
  • Download APK from Here.

v1.5 (27th November 2023):

  • You can reset your password via link sent to your email.
  • You can choose the theme among System, Light & Dark.
  • Download APK from Here.

Dependencies

  • firebase_core
  • google_fonts
  • get
  • firebase_auth
  • cloud_firestore

Getting Started

  1. Clone the repository

    git clone https://github.com/VrushankBardolia/quicknote.git
    
  2. Navigate to the project directory

    cd quicknote
    
  3. Install dependencies

    flutter pub get
    
  4. Run the app

    flutter run
    

Contributing

We welcome contributions! Feel free to open an issue, submit a pull request, or provide feedback. Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature
  3. Make your changes.
  4. Commit your changes: git commit -m 'Add new feature'
  5. Push to the branch: git push origin feature/new-feature
  6. Submit a pull request.