Skip to content

Built a storefront using fakestoreapi and currencyapi

Notifications You must be signed in to change notification settings

cindyeme/nuxt-3-storefront

Repository files navigation

Nuxt 3 Storefront

In this project I learned:

  • What Nuxt is
  • How to create a Nuxt App
  • Adding Pages
  • Route Parameters
  • NuxtLink
  • Layouts
  • Added Tailwind CSS
  • Fetching and displaying data from fakestoreapi and currencyapi
  • Reusable Components
  • Custom Error Pages
  • Metadata & useHead (SEO)
  • Server Routes
  • Dynamic Server Routes

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Locally preview production build:

# yarn
yarn preview