This app is a simple local message board:
- current list is populated by messages from https://jsonplaceholder.typicode.com/posts
- you can add messages, the will appear at the end of the current list
- there is a 30% chance error when submitting message to simulate success/failure
- you can change the theme of the app with the theme switcher in the header
This app uses:
- React
- Redux ( + React-redux)
- Redux-thunk
- classNames
Steps to run the app:
Run it the first time to install dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.