This is an e-commerce website built using PHP, JavaScript, MySQL, and HTML.(Screen Snippets Below)
The client side of the website is where customers can browse products, add them to their shopping cart, and place orders. It is built using HTML for structuring the web pages and JavaScript for form validation.
The admin side of the website is used by the website administrators for managing the website. This includes features like adding new products, editing existing product details, and viewing all placed orders.
- PHP: Server-side scripting language used for making dynamic and interactive web pages.
- JavaScript: Client-side scripting language used for enhancing the user interface and improving user experience.
- MySQL: Database used for storing all data related to the website, including product details and order information.
- HTML: Markup language used for creating the structure of the web pages.
Instructions for setting up the project locally.