Skip to content

This repository features an Ecommerce Website built with HTML, Tailwind CSS, and React. Explore a seamless online shopping experience with modern web technologies! ๐Ÿš€๐Ÿ’ป

Notifications You must be signed in to change notification settings

sanjaraiy/Ecommerce_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ecommerce Application

Create React Using Vite :-

npm create vite@latest

Install Node-Modules Package :-

npm i

Install Tailwind CSS :-

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p

Configure your template paths :-

export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}

Add the Tailwind directives to index.css :-

@tailwind base;
@tailwind components;
@tailwind utilities;

Install React-Router :-

npm i react-router-dom

Install headlessUI for inbuilt components :-

npm install @headlessui/react

React Icons :-

npm install react-icons

About

This repository features an Ecommerce Website built with HTML, Tailwind CSS, and React. Explore a seamless online shopping experience with modern web technologies! ๐Ÿš€๐Ÿ’ป

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages