Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.93 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.93 KB

PaperGlassArtistry

Welcome to PaperGlassArtistry!

Concept & Overview:

PaperGlassArtistry is a platform that showcases a wide range of paper crafts and glass art products. From handmade cards to intricate glass paintings, users can explore, add new Art & Craft Items, and Update and Delete their items. Users can see their added items in a separate route and filter the items based on customization.

Features

  • Art & Craft Categories Section: Users can Browse Art & Craft items by sub categories.
  • Craft Items Selection: Explore our curated collection of paper crafts and glass art pieces, each handcrafted with precision and care.
  • Testimonials: Hear from our satisfied customers and discover why they love our products.
  • Responsive Design: Enjoy a seamless browsing experience across all devices, from desktops to smartphones.
  • Easy Navigation: Our intuitive navigation makes it effortless to find the perfect art piece for your needs.
  • Fast Loading Times: Enjoy quick page load times for a smooth and efficient browsing experience, enhancing user satisfaction and engagement.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js
  • MongoDB
  • npm or yarn

Installation

  1. Client side repository:

    a. Clone

    git clone https://github.com/mstsurnalyakter/paper-glass-artistry-client
    cd paper-glass-artistry-client

    b. Install client dependencies:

    npm install

Configuration

Create a .env file in the client directory with the following environment variables:

  VITE_APIKEY=
  VITE_AUTHDOMAIN=
  VITE_PROJECTID=
  VITE_STORAGEBUCKET=
  VITE_MESSAGINGSENDERID=
  VITE_APPID=

Run the client:

    npm run dev