This project showcases various examples of using Redux with Next.js and TypeScript.
- Next.js
- Typescript
- Tailwind CSS
@reduxjs/toolkit
react-redux
@types/react-redux
- Counter Application - Basic
- Modal Open/Close - Basic
- Todo List Application - Basic
- Add Product To Cart - intermediate
- Theme Toggle - Basic
To run the project, make sure to install the dependencies first:
npm install
Then, you can start the development server: npm run dev
###License
This project is open-source and available under the MIT License.