DesignCart is an e-commerce platform tailored for designers, painters, and creative professionals. This web application provides a wide range of products essential for designers and artists, offering a seamless shopping experience.
Explore the live version of DesignCart here.
- Extensive Product Range: Find tools, materials, and supplies for both beginner and professional designers and artists.
- Intuitive UI/UX: A clean and visually appealing design optimized for both desktop and mobile devices.
- Personalized Recommendations: Suggestions based on user preferences and needs.
- Responsive Design: Accessible across all devices and screen sizes.
- Frontend: React.js
- CSS Frameworks: TailwindCSS
- Hosting: Vercel
Make sure you have the following installed on your system:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/AitijhyaCoded/DesignCart.git
- Navigate to the project directory:
cd DesignCart
- Install the dependencies:
npm install # or yarn install
- Start the development server:
npm start # or yarn start
- Open your browser and navigate to
http://localhost:3000
.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push your branch:
git push origin feature-name
- Open a pull request.