This project was bootstrapped with Create React App.
It uses:
- Material UI for UI
- Redux for state management
- Redux with React Hooks: src/components/CounterHooked.js
- Connected component: src/components/CounterConnected.js
- Redux thunk and fetching data: src/features/users
- ESLint for linting and formatting files
npm install
npm run start