notebook is a React native application that allows users to save notes.
- 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
- React/React Native
- Redux
- 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
orreact-native run-android
.
Checkout this react native guide
This project makes use of an API I built for handling notes:
- Heroku link https://jim-notebook-server.herokuapp.com/api
- Github link https://github.com/johadi/notebook-server
- I appreciate. Raise your PR against the staging branch.
MIT