A Todo List App built in React with TypeScript and Redux.
- HTML
- CSS
- TypeScript
- React
- Redux toolkit
- TypeScript: Learn commonly-used TypeScript syntax and patterns.
- Redux:
- Learn key Redux terms and how data flows in a Redux app.
- Working with the Redux core and Redux Toolkit in a React app to compare the efficacy that Redux Toolkit brings.
- Using Redux Thunk Middleware in Redux Toolkit for Async Actions with Fetch API.