notebook-web is a React web application that allows users to save notes. See the live application at https://jim-notebook.herokuapp.com
- 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
- Redux
- Clone this repository
- Change into this project directory
cd notebook-web
- Install the packages
npm install
- Start the application: for development mode run
npm run build:dev
and for production mode runnpm run build:prod
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/johadi10/notebook-server
- I appreciate. Raise your PR against the develop branch.
MIT