Skip to content

aiavci/notes-app-rn

Repository files navigation

notes-app-rn

Basic notes app with React Native. Created using with guide https://www.npmjs.com/package/react-native-template-typescript

Status

Basic note application in working state.

Possible enhancements: Switch to Room or SQLite database for larger storage

Usage guide

  • Remove note by swiping note item to the left and clicking 'Delete'
  • Add note by clicking 'Add Note' button in home page, adding note details then clicking 'Save Note'

Local Installation

React Native and npm need to both be installed to run this project locally

Clone project to your local project directory:

git clone [email protected]:aiavci/notes-app-rn.git

Navigate to local project directory

cd notes-app-rn

Install npm dependencies

npm install

Run IOS app

react-native run-ios

Tools

Below is a list of some of the tools used.

Redux: State management library React Navigation: Navigation between screens

Screenshots

View All Notes Edit View Note

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.