Skip to content

Angad2005/WebDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

About

A clone of ASUS Laptop website with a review system where customers make reviews of different laptops and our sentiment analysis system analyses them and tags them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors