This is a Next.js, Tailwind CSS, and TypeScript project designed to create an e-commerce web application inspired by Apple Vision Pro concept design. The application showcases a variety of plant products, allowing users to browse, add items to their cart, and manage their shopping experience seamlessly.
Navigate to the project directory and install the necessary dependencies:
npm install -g pnpm
pnpm install
Before running the application, you need to set up the environment variables. Rename the .example.env.local
file to .env.local
and update it with your environment-specific variables.
mv .example.env.local .env.local
Start the development server by running:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Product Listings: Browse through a variety of plant products.
- Cart Management: Add items to your cart and manage your shopping experience.
- Responsive Design: Optimized for mobile and desktop devices.
- Next.js - The React framework for building JavaScript applications.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.
Contributions are welcome! Please read the contributing guidelines before getting started.
- Inspired by Apple Vision Pro.
- Thanks to the creators of Next.js, Tailwind CSS, and TypeScript.
If you have any questions or suggestions, feel free to reach out.