Demo shop to show Redux Toolkit
Pokemon TCG Shop is a fictional product created to demonstrate the usage of Redux Toolkit in managing client and server state. The project is built using Next.js, TypeScript, ChakraUI, and Framer Motion. The data for the project is fetched from the Pokemon TCG API, and the app also supports Dark Mode. The use of Skeleton helps achieve a CLS (Cumulative Layout Shift) value of 0, ensuring a smooth user experience. The responsive design ensures compatibility on different devices.
To install Pokemon TCG Shop, follow these steps:
Clone the repository:
git clone [repository_url]
Install the dependencies:
npm install
Start the development server:
npm run dev
Open the app in your browser by accessing http://localhost:3000.
Pokemon TCG Shop is a demo project that showcases the usage of Redux Toolkit for state management in a Next.js application. With features like Dark Mode support, responsive design, and efficient data fetching from the Pokemon TCG API, the app provides a smooth and enjoyable user experience. The use of ChakraUI and Framer Motion adds to the overall aesthetics and functionality of the app. Developers can use this project as a reference for building their own Next.js applications with Redux state management.