The Villa Store
Github: https://github.com/TheSciCoder3000/Store-App
Preview: https://thescicoder3000.pythonanywhere.com/
Tech Stack:
The website was built in 2020 during the pandemic where social distancing has affected the lifestyles of many Filipinos. During that period, our family buys goods from the main market and sells them in the local village for accessibility of goods without the risk of infections brought by the pandemic.
This inspired me to build a simple e-commerce website to display the items we are currently selling and upload them online. The price and the current number of stock will be uploaded to the website for anyone to see. It is built using the django framework with bootstrap for reusable UI components and plain HTML and Javascript for the frontend. The website is deployed on pythonanywhere since they offer a free plan with rate limits.

A table is shown with all the list of products we currently have in stock, the type of goods, available number of stock and the price.

Additionally, the website also allows ordering of items so it can be delivered to their respective homes. The website allows creating an account with their address for reference of their delivery location.

There is a built-in admin dashboard panel for us to modify and update the items we sell in the website.
