Animemāketto - Anime Merchandise E-commerce Website
Animemāketto is an online platform for purchasing anime-related merchandise. It features a variety of products, including clothing, accessories, figurines, and more.
✨ Features
- Browse and search for anime merchandise
- View product details and images
- Add products to a shopping cart
- User registration and login
- Contact form for inquiries
🚀 Getting Started
Prerequisites
- A modern web browser (e.g., Chrome, Firefox, Safari, Edge)
- Git (for cloning the repository)
Running the Website Locally
git clone https://github.com/raysamma/Animem-ketto.git
cd animemaketto
Open index.html in your web browser: Simply open the index.html file located in the root of the project directory with your preferred web browser. No special server setup is required for basic viewing if it’s a static site.
📁 Folder Structure
A brief overview of the main folders and files:
assets/: Contains CSS, JavaScript, fonts, and images for the website’s theme and functionality.css/: Stylesheets for the website.js/: JavaScript files for interactive features.fonts/: Custom fonts used in the website.images/: Contains product images and other website graphics.
products/: Images specific to merchandise items.site/: General site graphics like logos, banners.vendor/: Contains third-party libraries like Bootstrap and jQuery.bootstrap/: Bootstrap framework files.jquery/: jQuery library files.
*.html: HTML files for different pages of the website (e.g.,index.html,products.html,login.html,cart.html,contact.html).
This structure helps in organizing the website’s static assets, external libraries, and page content effectively.