A demo project for the YouTube video: Clean Architecture in React.
Link to the video: https://youtu.be/qOH2X5hciiA
- Application - Redux
- Views - React
- Infrastructure - Axios
- All business logic resides in Redux Middleware
- Fetches dummy todo data from
https://jsonplaceholder.typicode.com
- Boostraped with
create-react-app