Yana notes
1.0.0
This project is a cross-platform mobile application developed using Flutter, designed to help users create, edit, and manage their notes efficiently. The app features a clean and intuitive user interface and leverages Firebase for backend database.
Here's a look at the application in action?️:
This project not only bolstered my technical skills in Flutter and Firebase but also improved my understanding of full-stack mobile development. I also learned the importance of persistence and iterative development in software engineering.
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/yourusername/flutter-notes-app.git
# Go into the repository
cd flutter-notes-app
# Install dependencies
flutter pub get
# Run the app
flutter run