This is a notes app built using Flutter, FirebaseAuth, Node.js, and MongoDB. It allows users to add, delete, update, and search notes. The app features a clean and modern user interface that makes it easy to manage your notes on the go.
- Add notes: Users can create new notes by entering a title and description.
- Delete notes: Users can delete notes they no longer need.
- Update notes: Users can edit the title and description of existing notes.
- Search notes: Users can search for notes using the integrated search bar.
- User authentication: Users must sign in to access the app, ensuring their notes are private and secure.
- Flutter: A mobile app development framework used to build the client-side of the app.
- Node.js: A JavaScript runtime used to build the server-side of the app.
- MongoDB: A NoSQL database used to store the app's data.
- FirebaseAuth: A simplifies user sign-in and authentication for your app by providing a secure and easy-to-use service with support for various sign-in methods.
To run the app, you'll need to have Flutter and Node.js installed on your machine. You'll also need to have a MongoDB database set up and running. Once you have these dependencies installed, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/notes-app.git
- Install the client-side dependencies:
cd notes-app/client && flutter pub get
- Get the server.
- Install the server-side dependencies:
cd ../server && npm install
- Start the server:
npm start
- Start the client:
flutter run
Alternatively, you can download and install the APK on your Android device by clicking the big button below:
If you have any questions or issues with the app, please don't hesitate to contact us at jainkunal129@gmail.com. We're always here to help!
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE.md file for details.
At Notes App, we're dedicated to helping people stay organized and productive. Our app is designed to make it easy for anyone to manage their notes, no matter where they are or what they're doing. With features like user authentication and an integrated search bar, our app is perfect for students, professionals, and anyone who needs to keep track of important information. Try it today and see how it can help you stay on top of your notes and tasks!