Notely is a cross-platform mobile application built using the Flutter framework and integrated with Firebase for backend support. It offers a seamless and intuitive interface for creating and managing notes and to-do lists.
- User Authentication: Anonymous Sign-In Implemented, No Sign Up Required !!.
- Notes: Create, edit, and delete notes effortlessly.
- To-Do Lists: Manage your tasks with a user-friendly to-do list feature.
- Real-time Sync: Sync your data across devices in real-time with Firebase.
-
Clone the repository:
git clone -b dev https://github.com/yourusername/notely.git Notely cd Notely
-
Install dependencies:
flutter pub get
-
Configure Firebase:
- Create a new project on Firebase Console.
- Add your Android and iOS app to the Firebase project.
- Download and place the configuration files (google-services.json for Android, GoogleService-Info.plist for iOS) in the respective platform folders.
-
Run the app:
flutter run
To use your own Firebase project, replace the Firebase configuration files in the android/app and ios/Runner folders with the files you downloaded from the Firebase Console.
Contributions are welcome! Please follow the contribution guidelines to get started.
This project is licensed under the MIT License - see the LICENSE file for details.