QuickNote is a note taking app made in Flutter technology with the backend with Firebase which provides Authentication & Cloud Database
- Create, edit, and delete notes.
- Real-time synchronization with Firebase.
- Sign up & Login Authentication.
- Simple and User-Friendly user interface.
- Dynamic Theming.
- Authentication with e-mail.
- Add, edit & delete Note.
- Dynamic Theming.
- Download APK from Here.
- You can reset your password via link sent to your email.
- You can choose the theme among System, Light & Dark.
- Download APK from Here.
- firebase_core
- google_fonts
- get
- firebase_auth
- cloud_firestore
-
Clone the repository
git clone https://github.com/VrushankBardolia/quicknote.git
-
Navigate to the project directory
cd quicknote
-
Install dependencies
flutter pub get
-
Run the app
flutter run
We welcome contributions! Feel free to open an issue, submit a pull request, or provide feedback. Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes.
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.