This project is an E-commerce Product Listing Platform with the brand name Akintech built using the latest version of Next.js, TypeScript, and Tailwind CSS. The platform allows users to browse a list of products, view detailed information about each product, and filter products by category. Users can also add, edit, and delete products without logging in or signing up. The platform is designed to be SEO-compliant, performant, and follows clean coding practices.
Product Listing: Display a list of products with the option to view details for each product.
Product Details: View detailed information for a selected product, including name, description, price, and category.
Filtering: Filter products by category.
CRUD Operations: Add, edit, and delete products.
SEO Compliance: Proper use of meta tags, title tags, and Open Graph tags.
Performance Optimization: Efficient data handling and responsive design.
Mobile Optimization: Responsive design to ensure a good user experience on mobile devices.
Clone the Repository
git clone https://github.com/Youngrilex/e-commerce.git
cd e-commerce
Install Dependencies
```bash
npm install
# or
yarn install
Run the development server:
```bash
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.