A full-stack anime-themed shopping website offering an intuitive shopping experience for anime clothing enthusiasts. Built with a responsive frontend and a robust backend, it supports both user interaction and admin management.
- Website: Akatsuki Clothes
This website allows users to:
- Search products using a search bar.
- Sign up and sign in to their accounts.
- Browse and select products with size options.
- Add items to a cart, proceed to checkout, and make payments.
- Receive email confirmation for orders.
The Admin Panel includes features to:
- Manage categories, products, and orders.
- Perform CRUD operations (Create, Read, Update, Delete).
- Analyze sales performance and trends.
- XAMPP - Local server for PHP and MySQL.
- Browser - Any modern browser like Chrome.
- VS Code - Code editor for making changes.
- Built with HTML, CSS, and JavaScript.
- Features a responsive design suitable for all devices.
- Developed using PHP for server-side logic.
- Hosted on XAMPP with RESTful APIs.
- Uses MySQL to store user data, product details, and orders.
git clone https://github.com/yourusername/anime-clothes-shop.git-
Place the Project Folder:
- Copy the project folder into the
htdocsdirectory of your XAMPP installation.
- Copy the project folder into the
-
Database Configuration:
- Open your browser and navigate to
http://localhost/phpmyadmin. - Create a new database named
anime_shop. - Import the
anime_shop.sqlfile located in the project folder to populate the database with the necessary tables and sample data.
- Open your browser and navigate to
-
Update Configuration:
- If required, modify database connection settings in the backend PHP files to match your local environment. For example:
$servername = "localhost"; $username = "root"; $password = ""; $dbname = "anime_shop";
- If required, modify database connection settings in the backend PHP files to match your local environment. For example:
- Launch the XAMPP Control Panel.
- Start the Apache and MySQL services.
- Open a browser and go to:
http://localhost/anime-clothes-shop
- Search Products: Easily find items using a responsive search bar.
- Account Management:
- Sign up to create an account.
- Log in to access personalized features.
- Shopping and Checkout:
- Browse products and add items to the cart.
- Select sizes, quantities, and checkout seamlessly.
- Order Confirmation:
- Receive an email confirmation for your order.
- Category Management: Add, update, or delete product categories.
- Product Management: Perform CRUD operations to manage inventory.
- Order Management: Track and process customer orders efficiently.
- Sales Analytics: View reports and analyze sales trends to optimize store performance.
Contributions are welcome! Here's how to get started:
-
Fork the Repository:
- Click the fork button at the top right of the repository page.
-
Clone Your Fork:
git clone https://github.com/yourusername/anime-clothes-shop.git
If you have any questions or feedback, feel free to reach out:
- Email: mknguyen.dev.com
- GitHub: Minh Nguyen
- LinkedIn: Minh Nguyen LinkedIn