Notes is a simple journal app built with the MERN stack.
This app was created for Chingu Voyage 11 pre-work.
Live version: https://notes-frontend.herokuapp.com
- User authentication and authorization
- Add, View, Edit and Delete notes
- Clone the project
yarn install
to install the dependenciesyarn start
to run the app
Here's the repo for the API: https://github.com/femicodes/notes-api