This is a Note taking app with different catergories built with React-Native
Frame work. To store notes Async-Storage
is used in this project.
- npm (node package manager)
- react-native-cli (from npm)
- Clone this repo using:
git clone https://github.com/isaaxh/NoteApp.git
- Open the project in your favorite text
- Open terminal and run:
npm install
- Run the following in your terminal:
npm start
- Click a to run on Android
Note: Make sure you have a device connected with debugging mode enabled
Home
home.mp4
Adding Note
AddNote.mp4
Editting note
EditNote.mp4
Deleting Note
DeleteNote.mp4
Sorting
SortNotes.mp4
Searching Notes