Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 730 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 730 Bytes

Redux Examples Project

This project showcases various examples of using Redux with Next.js and TypeScript.

Technologies Used

  • Next.js
  • Typescript
  • Tailwind CSS

Packages Used

  • @reduxjs/toolkit
  • react-redux
  • @types/react-redux

Redux Examples in the Project

  1. Counter Application - Basic
  2. Modal Open/Close - Basic
  3. Todo List Application - Basic
  4. Add Product To Cart - intermediate

Bonus Projects

  1. Theme Toggle - Basic

Getting Started

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.