Inspiration by: https://dev.to/hamatti/simple-backend-system-for-frontend-workshops-in-javascript-4n01
This example uses a local API to get data using JSON server.
Instead of redux it uses the newer React Hooks functionality & xstyled for theming.
Run the following commands to run the project locally.
git clone https://github.com/bronsondunbar/using-a-local-api-with-react-hooks-and-theming
npm install
npm run