A React Redux application that leverages the use of a simple backend api to show and interact with posts in different categories.
I experimented a little bit using redux-saga for the async actions.
Clone the backend api server linked above, and start it based on the instructions you find there.
To run locally, simply install packages with yarn
and start the server:
yarn
yarn start
this should take you to your default browser with the application running!