A responsive e-commerce website ,using html, css/bootstrap, php ,javascript/jquery and MySQL database.
$ docker build -t eshop .
$ docker build -t my-mysql -f Dockerfile.db .
$ sudo rm -rf mysql-data/* && docker-compose down
$ docker-compose up
Then, go to http://localhost:8000 on your browser.
Shop Page - Apply filters - Order products by price - Go to next page of products.
Sign Up - Possibility to show password , see password strength, see whether passwords match.
Home Page - Mobile version.
Contact Form - Subscribe to Newsletter - Character Limit (Twitter-like).
Possibility to update personal info.