CRUD Notes is a simple yet powerful notes application that allows users to create, read, update, and delete notes. The app features online data storage, enabling users to access their notes from anywhere, along with authentication functionalities for a secure experience.
- 📝 Create, Read, Update, and Delete (CRUD) notes
- 🔐 User authentication (Login, Signup, Forgot Password, Signout)
- ☁️ Online storage using Firebase Firestore
- 📶 Offline storage support
- 🎨 Built using Jetpack Compose for a modern UI experience
- Language: Kotlin
- Framework: Jetpack Compose
- Database: Firebase Firestore
- Authentication: Firebase Authentication
- Implementing Firebase Firestore for real-time database functionality
- Handling user authentication securely
- Working with Jetpack Compose to build an interactive UI

