- React-Native
- Javascript
- Sqlite as database
- Notes are saved locally. So don't need to bother about privacy
- 3 Types of notes are available - Reminder, Audio and Picture notes
- Good UI/UX
- Clone the repository:
git clone https://github.com/vivekkj123/notely.git
- Install Dependencies:
npm install
oryarn
- Start android emulator
npm start
npm run android