Skip to content

Nuxt-Dojo is a modern e-commerce website built with Nuxt 3 and Tailwind CSS. It offers a streamlined shopping experience for users and provides an easy-to-use interface for managing products and orders.

Notifications You must be signed in to change notification settings

GoatMoaz/Nuxt-Dojo

Repository files navigation

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/GoatMoaz/Nuxt-Dojo
  2. Navigate into the project directory:
    cd Nuxt-Dojo
  3. Install depenedcies:
    # npm
    npm install
    
    # pnpm
    pnpm install
    
    # yarn
    yarn install
    
    # bun
    bun install
  4. Start the development server:
    # npm
    npm run dev
    
    # pnpm
    pnpm run dev
    
    # yarn
    yarn dev
    
    # bun
    bun run dev
  5. Open your web browser and visit http://localhost:3000 to see Nuxt Dojo in action.

Features

  • Responsive design for seamless browsing across devices.
  • Dynamic routing and state management with Nuxt 3.
  • Styling with Tailwind CSS for rapid development and customization.
  • Product catalog with detailed product information and images.
  • Shopping cart functionality for adding and managing items.

Technologies Used

  • Nuxt3.JS - JavaScript framework for building user interfaces
  • HTML/TailwindCSS - Structure and styling the website
  • JavaScript - Main Logic for the whole website
  • Markdown - Documentation format

Contributing

Contributions are welcome! If you'd like to contribute to Nuxt-Dojo, please fork the repository, make your changes, and submit a pull request.

About

Nuxt-Dojo is a modern e-commerce website built with Nuxt 3 and Tailwind CSS. It offers a streamlined shopping experience for users and provides an easy-to-use interface for managing products and orders.

Topics

Resources

Stars

Watchers

Forks