E-CommerceWeb-Application
I developed a mini E-Commerce web application as a self project apart from academics during my undergrad.
I have provided the following functionalities:
- User can Login or Signup.
- If users forget password, a reset password link will be sent.
- Users can select product by category and add it to the cart.
- They can update the quantity of any product or delete the product in the cart.
- Users can checkout and track the order under orders tab.
- Users can cancel order before it is delivered.
- The account settings can be modified by the user.
I have used PHP, HTML and CSS to develop UI and implement logic. I used MySQL for database and XAMPP to host the web application on local host.