Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.48 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.48 KB

Notes App

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.

Features

  • Create, Update and Delete notes
  • Pin notes
  • Add images to notes

Try Demo

Download the APK here

Getting Started

Prerequisites

  • 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

Installation

  1. Get the code into your local machine and install all dependencies

    git clone https://github.com/NanddoSalas/notes.git
    cd notes
    yarn install
  2. Start the development server

    yarn start
  3. Open the Expo App and scan the QR Code printed by the development server

Build Process

Get an APK artifact by runing

eas build -p android --profile preview1

License

MIT