Closed
Description
Is your feature request related to a problem? Please describe.
Mock posting a resource from https://cb-react-concept.netlify.com/submit-resource
See: https://egghead.io/lessons/javascript-creating-demo-apis-with-json-server
Describe the solution you'd like
- User fills out the fields and clicks on "submit", and sees a success message
- User is redirected to /resources
- User sees the new resource they added
Essentially, we need to explore making a fake POST request to the /resources API endpoint.