Skip to content

bumang/portfolio

Repository files navigation

My Portfolio

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.

Install Dependencies

Navigate to the project directory and install the necessary dependencies:

    npm install -g pnpm
    pnpm install

Environment Setup

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

Running the Development Server

Start the development server by running:

    pnpm dev

Open http://localhost:3000 with your browser to see the result.

Features

  • 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.

Built With

  • 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.

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

Acknowledgments

  • Inspired by Apple Vision Pro.
  • Thanks to the creators of Next.js, Tailwind CSS, and TypeScript.

Contact

If you have any questions or suggestions, feel free to reach out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published