Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engrarfin/job-task-shop-client
SAR Shop Frontend is a responsive e-commerce application for clothing and electronics. Built with React, HTML, CSS, Tailwind CSS, and DaisyUI, it offers a sleek design, Firebase authentication, and seamless API integration via Axios
https://github.com/engrarfin/job-task-shop-client
css firebase html mongodb react tailwaindcss
Last synced: 1 day ago
JSON representation
SAR Shop Frontend is a responsive e-commerce application for clothing and electronics. Built with React, HTML, CSS, Tailwind CSS, and DaisyUI, it offers a sleek design, Firebase authentication, and seamless API integration via Axios
- Host: GitHub
- URL: https://github.com/engrarfin/job-task-shop-client
- Owner: EngrArfin
- Created: 2024-02-09T14:49:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T12:44:53.000Z (7 days ago)
- Last Synced: 2025-01-04T13:47:49.470Z (7 days ago)
- Topics: css, firebase, html, mongodb, react, tailwaindcss
- Language: JavaScript
- Homepage: https://job-task-6e505.web.app
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
<<<<<<< HEAD
# React + Vite
=======
## SAR Shop ProjectSAR 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
## Tech Stack
**Client:** HTML, CSS, Tailwind CSS, DaisyUI, React,
Express.js,MOngodB,Firebase,axios js, JWT## Deployment Step By Step
npm create vite@latest modern-attendance-system-client -- --template
Project Name: mechanical-keyboard-shop-client-app
√ Select a framework: » React
√ Select a variant: » Tailwaind CSScd modern-attendance-system-client
```bash
npm install react-router-dom localforage match-sorter sort-by
``````bash
npm install -D tailwindcss postcss autoprefixer
``````bash
npx tailwindcss init -p
```code .
```bash
npm run dev
```## Project Basic Setup
tailwaindconfig.js
```bash
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
``````bash
plugins: [require("daisyui")],
and add,
node: true,
```index.css
```bash
@tailwind base;
@tailwind components;
@tailwind utilities;```
app.css
Remove all codeInstall
```bash
npm i -D daisyui@latest
``````bash
npm run dev
```## Running Tests
To run tests, run the following command
```bash
npm run build
```
```bash
npm run test
```## If You want project clone and Run Locally
Clone the project
```bash
git clone https://github.com/EngrArfin/job-task-shop-client.git
```Go to the project directory
```bash
cd job-task-shop-client
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```>>>>>>> c13d5b42a664ca8412a1e5af3d98b10e1cf22846