An online shop for women's clothes using Flask-Python, HTML, CSS and JavaScript. This is the final project for Harvard CS50 Introduction to Computer Science (2020).
CS50.Final.Project.-.Marissa.Campa.mp4
- Home page.
- Register/login user.
- Search bar.
- Webpage for each category.
- Product info webpage.
- Option for ordering a product.
- Dashboard with order history.
- Add Product feature for the Admin.
-
Main Directory
-
the-clothing-shop
- Main application directory.-
app.py
- Application file. Contains all the @routes for the website. -
forms.py
- Contains class for rendering the forms such as registration, login and order. -
helpers.py
- Contains helper functions in python used in the app.py file. -
static
- Holds all static files.css
- Contain the css files for styling the website.style.css
- Common styles for all pages, including footer, banners, cards.
imgage
- Holds all static images and icons.
-
templates
- Holds all html files. -includes
- Contains html files that are included in a full html page, like the banner carrousel, flash messages, footer, etc.
-
-
My name is Marissa Campa, and I'm a Mechatronics Engineer with a Masters in Automation and Control.