This is a full-featured e-commerce website for Crafter 3D, a company that sells 3D printers, filaments, and accessories. The website is designed to be user-friendly and provide a seamless shopping experience.
- Homepage: A landing page with a hero slider, featured products, and sections for learning about 3D printing.
- Products: A page to browse and shop for 3D printers, materials, and accessories.
- Product Details: A detailed view of each product with images, descriptions, and specifications.
- Shopping Cart: A side cart for users to view and manage their selected products.
- Checkout: A secure payment process for completing purchases.
- User Accounts: Users can create accounts, log in, and manage their information.
- About Us: Information about the Crafter 3D company and team.
- Contact Us: A form for users to get in touch with customer support.
- Installation Manual: A guide for setting up and using the 3D printers.
- Software: A page to download and learn about the 3D printing software.
- Admin Dashboard: A dashboard for administrators to manage the website.
- Frontend: HTML, CSS, JavaScript
- Libraries: Font Awesome for icons, Swiper for the hero slider.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/your_username/crafter3d.git
- Navigate to the project directory:
cd crafter3d - Open the
index.htmlfile in your browser to view the website.
The project is organized into the following directories:
crafter3d/
├── admin/
├── assest/
│ ├── font/
│ └── ...
├── css/
│ ├── aboutus/
│ ├── accessories/
│ ├── admin/
│ ├── contactus/
│ ├── installationmanual/
│ ├── landingpage/
│ ├── login/
│ ├── payment/
│ ├── product/
│ ├── productdetailes/
│ ├── ragister/
│ ├── software/
│ └── userinfo/
├── js/
│ ├── aboutus/
│ ├── admin/
│ ├── contactus/
│ ├── installationmanual/
│ ├── payment/
│ ├── product/
│ └── productdetailes/
├── .git/
├── .vscode/
├── aboutus.html
├── accessories.html
├── contactus.html
├── forgot.html
├── index.html
├── installationmanual.html
├── login.html
├── payment.html
├── product.html
├── productinfo.html
├── ragister.html
├── software.html
└── userinfo.html
This project is licensed under the MIT License - see the LICENSE file for details.