Mobile app that helps you easily create notes, add images, and pin important notes for quick access. It's perfect for keeping track of all your ideas and important information.
- Create, Update and Delete notes
- Pin notes
- Add images to notes
Download the APK here
-
Install the Expo Go app on your device or emulator
-
Install the EAS CLI and log in with your Expo Account
npm install -g eas-cli eas login
-
Get the code into your local machine and install all dependencies
git clone https://github.com/NanddoSalas/notes.git cd notes yarn install
-
Start the development server
yarn start
-
Open the Expo App and scan the QR Code printed by the development server
Get an APK artifact by runing
eas build -p android --profile preview1