This repository contains a collection of modular React projects demonstrating state management using Redux Toolkit, along with TypeScript, Tailwind CSS, and shadcn/ui for styling and scalability.
A simple React + TypeScript counter application that uses Redux Toolkit for state management.
Users can increment or decrement the counter value by a specified number.
Key Features:
- Redux Toolkit slice for managing
countstate - Type-safe state and dispatch with TypeScript
- Simple and beginner-friendly structure
A scalable React application built with Redux Toolkit, TypeScript, Tailwind CSS, and shadcn/ui.
This project follows a modular structure for better maintainability and future scalability.
Key Features:
- Modular folder structure for features like
users,task,counter - Centralized Redux store configuration
- Reusable components and hooks
- Beautiful UI using shadcn/ui + Tailwind CSS
A simple task management application built with React, TypeScript, Redux Toolkit (RTK Query), Tailwind CSS, and shadcn/ui.
It connects to a Node.js + Express backend using MongoDB.
π Backend Repo: taskmaster-rtk-server
Features:
- β Add New Task
- π View All Tasks
- β Delete Task
- API integration with RTK Query
- Responsive design using shadcn/ui components
- React + Vite
- Redux Toolkit & RTK Query
- TypeScript
- Tailwind CSS
- shadcn/ui