Hello everyone!
Welcome to ShopEase, an E-commerce platform and your go-to destination for a seamless online shopping experience. Experience hassle-free shopping with ShopEase, where quality meets convenience. Discover a wide range of products and enjoy a user-friendly platform designed to make your shopping journey smooth and enjoyable.
- Project Created: 28/02/2025
Tech Stack used:
- Next JS
- TypeScript
- Tailwind CSS
- Lucide Icons
- ShadCN UI Components
- Vercel
We would appreciate it if you decide to use this project. Please include credit when using it. Thank you!
Hereโs a simple guide to run this project.
Ensure that you have already installed:
- Node.js
-
Download this project:
git clone https://github.com/masabqurban/ShopEase.git
-
Install all dependencies:
npm install
-
Run the project:
npm run dev
-
Open in browser: Access the application through the link displayed in your terminal.
To create a production-ready build:
-
Run the build command:
npm run build
The build files will be saved in the .next folder. You can deploy this folder to your hosting server.
If you encounter issues while running the project, ensure that:
- Node.js is correctly installed.
- Youโre in the correct project directory.
- All dependencies are installed without errors.
This project uses ShadCN UI components. If you need to add new components or reinitialize the setup, follow these steps:
If you cloned this repository and need to set up ShadCN UI,
-
Initialize ShadCN (if missing)
npx shadcn init
To install new ShadCN UI components,
-
Add new components
npx shadcn add <component-name>
-
Ensure Tailwind and dependencies are properly configured.
If you run into issues with ShadCN, check the official documentation for troubleshooting.