This React app is a list of courses for a school directory. Once a user has created a new account, (or an existing account is signed in) they can add a new course to the course list, update and delete their own courses. It uses Basic Authentication to authenticate the user and determine which routes a user can and cannot see. It also provides error handling for those unexpected situations that do arise ;) Enjoy!
To get started, please do the following in your terminal... Navigate to the main folder and run:
npm install
npm run seed
npm start
The app should load in your browser automatically but if not, then navigate to http://localhost:3000/ to start interacting with it!