Euphoria is a modern and user-friendly Online Shopping Platform for Men, Women & Kid's Fashion. This frontend project is built using a combination of technologies and libraries including Vite, React, Tailwind CSS, React Router Dom, React Icons, Redux Toolkit, react-helmet-async, react-lazy-load-image-component, react-select, react-toastify, swiper, Canvas Confetti, Redux Persist, and bugfender/SDK.
- Browse and shop a wide range of fashion products for Men, Women & Kids.
- Easily add products to the shopping cart.
- View and update the contents of the shopping cart.
- Create a wishlist of favorite products.
- Filter products by color, brand, and category for personalized shopping.
- Efficient search functionality for finding specific products.
- Place orders and receive success confirmation messages.
- Data management using Redux Toolkit for a smooth user experience.
- Persisted state using Redux Persist to maintain cart and wishlist data.
- High-quality icons using React Icons.
- Responsive design ensuring compatibility across devices with Tailwind CSS.
- Vite
- React
- Tailwind CSS
- React Router Dom
- React Icons
- Redux Toolkit
- react-helmet-async
- react-lazy-load-image-component
- react-select
- react-toastify
- swiper
- Canvas Confetti
- Redux Persist
- bugfender/SDK
- Clone the repository:
git clone https://github.com/PrtHub/Euphoria-EcommerceApplication
- Navigate to the project directory:
cd
- Install dependencies:
npm install
oryarn install
- Start the development server:
npm run dev
oryarn dev
- Open your browser and visit
http://localhost:5173
To deploy the project, you can follow the instructions specific to your chosen hosting platform. Here are a few examples:
- Create a new site on Netlify.
- Set the build command to:
npm run build
oryarn build
- Set the publish directory to:
dist
- Deploy the site.
- Install the Vercel CLI:
npm install -g vercel
oryarn global add vercel
- Run the deployment command:
vercel
Contributions are welcome! If you find any issues or want to add new features, please submit an issue or create a pull request.
This project is licensed under the MIT License.
- This project was built using Vite, React, Tailwind CSS, and other amazing open-source libraries.