A responsive web application replicating the official ASUS laptop website, built using HTML, CSS, and Python (Django). This project demonstrates modern web development practices, including dynamic routing and static asset management.
With a sentiment analysis system on the customer review box with live tagging and categorising the reviews on :
-
$\color{red}{\text{Negative}}$ -
$\color{green}{\text{Positive}}$ -
$\color{Yellow}{\text{Neutral}}$
- 🎯 Objective: Recreate the ASUS laptop website's design and functionality.
- 🛠️ Technologies Used: HTML, CSS, Python (Django)
- 📁 Structure:
Asus/: Main application directory.static/: Contains static assets like images, CSS, and JavaScript files.templates/: Houses HTML templates rendered by Django.manage.py: Script to run the Django application.requirements.txt: Lists Python dependencies.
- Responsive Design: Ensures optimal viewing experience across devices.
- Dynamic Routing: Utilizes Django to manage different web pages.
- Static Asset Management: Efficient handling of images, stylesheets, and scripts.
- Template Rendering: Employs Jinja2 templating for dynamic content.
-
Clone the Repository:
git clone https://github.com/Angad2005/WebDev.git cd WebDev
-
Runs Server using the following command:
python3 manage.py runserver
Open your browser and navigate to http://localhost:8000 to view the cloned ASUS website.
🛠️ Technologies Used Frontend: HTML5, CSS3
Backend: Python 3.x, Django
Templating Engine: Jinja2
Version Control: Git
