<<<<<<< HEAD
=======
SAR Shop is a sleek and responsive web application hosted at SAR Shop, designed to showcase and sell a curated selection of clothing and electronic products. The platform offers a clean, user-friendly interface where customers can easily explore product categories, add items to their cart, and complete purchases securely. With its modern design and efficient functionality, SAR Shop aims to provide a smooth and enjoyable online shopping experience. The project is built using the latest web technologies, ensuring fast load times and a consistent experience across all devices.
-----------------Live Github Link----------------
Frontend Live link: https://job-task-6e505.web.app
Backend Live link: https://sar-shop-server.vercel.app
Git Client : https://github.com/EngrArfin/job-task-shop-client
Git Server : https://github.com/EngrArfin/job-task-shop-server
Client: HTML, CSS, Tailwind CSS, DaisyUI, React, Express.js,MOngodB,Firebase,axios js, JWT
npm create vite@latest modern-attendance-system-client -- --template
Project Name: mechanical-keyboard-shop-client-app
√ Select a framework: » React √ Select a variant: » Tailwaind CSS
cd modern-attendance-system-client
npm install react-router-dom localforage match-sorter sort-by npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -pcode .
npm run devtailwaindconfig.js
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
], plugins: [require("daisyui")],
and add,
node: true,index.css
@tailwind base;
@tailwind components;
@tailwind utilities;
app.css Remove all code
Install
npm i -D daisyui@latest npm run devTo run tests, run the following command
npm run build npm run testClone the project
git clone https://github.com/EngrArfin/job-task-shop-client.gitGo to the project directory
cd job-task-shop-clientInstall dependencies
npm installStart the server
npm run startc13d5b42a664ca8412a1e5af3d98b10e1cf22846