Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 2.21 KB

README.md

File metadata and controls

31 lines (31 loc) · 2.21 KB

Notes App

Notes App is an android mobile application that allows the users to perform functions like add, search, delete, edit on your notes and save them on their mobile device as well. So, rather than jotting down points on a piece of paper, this application would indeed be a lot helpful to perform the required tasks. This application is developed using Facebook's open-source mobile application framework called React-Native.

Installation Guide

Install VSCode(Visual Studio Code) : https://code.visualstudio.com/download

Install NodeJS : https://nodejs.org/en/download

Install Expo Framework : https://expo.io/learn

Execution of Application

To run the application on Bundler: "expo start"

To run the application on Android Device/Emulator: "expo start --android"

Deployment

For building an apk file of the application : "expo build:android"

Link for downloading APK : https://github.com/MohitKambli/NotesApp/tree/master/apk

Dependencies

App Screenshots