Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.82 KB

File metadata and controls

62 lines (39 loc) · 1.82 KB

💻 ASUS Laptop Website Clone

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}}$


🚀 Project Overview

  • 🎯 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.

🧭 Features

  • 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.

⚙️ Installation & Setup

  1. Clone the Repository:

    git clone https://github.com/Angad2005/WebDev.git
    cd WebDev

image

  1. 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