Created by: Molly McDonough and Chloe Peng
A web application that randomly generates jokes and quotes
- Generate inspired quotes
- generate funny dev jokes
- Pin and unpin your favorite quotes and jokes to the cork board
- Submit your own quote or joke
- To run front-end:
npm i
npm start
- To run back-end:
npm i json-server
npm run server