Simnple React app that cycles display of quotes that are meant to inspire the viewer.
- Clone the repo
- cd into repo and install the dependencies
- Start the json-server: json-server --watch ./data/quotes.json
- Start the React application:
npm run dev
and navigate to localhost url - Be inspired!