4 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a shopping cart feature in a Next.js e-commerce website using Redux for state management and local storage for persistence. This involves creating Redux store, actions, and reducers for managing cart items; building a Cart page to display cart contents; adding addToCart functionality to product pages; and implementing basic cart actions (add/remove items) with local storage persistence.

Complexity: 4/5
good first issue

An Ecommerce Website

TypeScript

AI Summary: Create a product details page for an e-commerce website built with Next.js. This involves implementing dynamic routes to handle individual product URLs, fetching product data using `getStaticProps` and `getStaticPaths` for static site generation (SSG), creating a responsive and styled component using Tailwind CSS, and adding SEO meta tags.

Complexity: 4/5
good first issue

An Ecommerce Website

TypeScript

AI Summary: Develop a products listing page for an e-commerce website built with Next.js and Tailwind CSS. This involves selecting a public API for product data, creating a reusable product card component, fetching and displaying product data using `getStaticProps` for SSG, implementing responsive styling, adding loading states and error handling, and optimizing product images using the Next.js Image component.

Complexity: 4/5
good first issue

An Ecommerce Website

TypeScript

AI Summary: Set up a Next.js e-commerce website project including TypeScript, ESLint, Tailwind CSS, and necessary dependencies (axios, redux). Structure the project with basic pages (Home, Products, Cart, Auth), implement routing, define type interfaces, and create a basic navigation layout.

Complexity: 4/5
good first issue

An Ecommerce Website

TypeScript