Urban Fashion

Typescript

Next.js

Redux

TailwindCSS

Preview for Urban Fashion

Built With

Urban Fashion at urbanfashion.vercel.app was built using the following technologies.

  • Next.js
  • TailwindCSS
  • MongoDB
  • Stripe
  • Redux (toolkit)
  • JWT Auth
  • Hosting by Vercel

Features

šŸ“ Clean Ecommerce website, in this case a clothing website.

šŸ”ƒ Features fully functional authentication using JWT.

šŸ’³ Integrates Stripe checkout API in order to handle payments to a test account before generating orders.

āš” It's blazing fast due to it being statically generated.

Instalation and setup

It's as simple as cloning this repository, cd into it, and executing yarn in order to install the dependencies.

You will have to copy the relevant env variables found at .env.template inside a new .env.local file, fill them out with the relevant information and you're good to go!

The default command for starting the dev server is going to be yarn dev.