Cloud notes and tasks app. Never lose a note or miss a task. Stay organized.
Available on Google play store!
Notex is a user-friendly notes and task app that lets users store their notes and tasks directly in the cloud ☁️. With Notex, you'll never forget to complete your tasks and you'll never lose your important notes. Notex is a completely open-source app built with Flutter and available on GitHub, welcoming contributions from the community.The backend node js rest api is also available on my github
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Make sure you have Flutter installed on your local machine. For more instructions on how to install flutter, look here.
-
Fork the repository from GitHub: Notex-flutter on GitHub
-
Clone your forked repository onto your local machine:
git clone https://github.com/YOUR_USERNAME/notex-flutter.git
-
Enter the project directory:
cd notex
-
Install the dependencies:
flutter pub get
- Run the application on your emulator or physical device:
flutter run
Contributions are welcomed! Please feel free to fork the repository, make your changes, and submit pull requests.
This project is open-source, available under the MIT License. See LICENSE.md for more details.