Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.21 KB

notebook

notebook is a React native application that allows users to save notes.

What a User can do with the application

  • User can sign up and sign in to the application
  • user can save a note
  • User can view all his/her notes
  • User can update any of his/her notes
  • User can delete any of his/her notes
  • User can update his profile, including profile picture
  • User can sign out of the application

Technology Stack used

  • React/React Native
  • Redux

Installation

  • Clone this repository
  • Change into this project directory cd notebook
  • Install the packages npm install
  • Start the application: If you have your ios simulator or android emulator set up, run react-native run-ios or react-native run-android.

Deployment

Checkout this react native guide

Note

This project makes use of an API I built for handling notes:

Contribution

  • I appreciate. Raise your PR against the staging branch.

Licence

MIT