Skip to content

MTUHIDE/GM-Automotive-Car-Comparison-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GM-Automotive-Car-Comparison-App

About

Our project aims to provide an online interface for the general public to compare two General Motors vehicles side-by-side at a time to determine their best fit. Before deploying our website, we first gathered information on what prospective General Motors customers look for in a vehicle via a Google Forms survey. This survey helps our team prioritize attributes to keep track of GM vehicle features in our backend SQL database. We scraped data from General Motors’ website to obtain data in real-time and created a prototype of what our website could look like.

Technical Details

Technology Used
  1. React: primary front-end coding library
  2. Vite.js: primary coding framework as react-create-app was deprecated
  3. arn: package manager
  4. JavaScript: to create an interactive website
  5. Python
  6. Node.js
  7. Django: primary back-end coding library
  8. SQLite3: to create and maintain our database of vehicles, no longer in use
  9. MySQL Workbench: to create and maintain our database of vehicles
  10. BeautifulSoup (Python): no longer in use as it couldn't pull customized tags
  11. Selenium: web scraping
  12. Docker: to containerize the database

Instructions for Running Locally

Go to your preferred repository sharing software (Git, GitBash, GitHub, GitLab, Bitbucket, or GitHub Desktop) Clone the GitHub repository into a folder on your local machine with these commands:
  • cd [working_directory]
  • git clone [repository_link]
Once you have the project on your local machine, open a terminal. Enter the commands cd car-comparison-vitejs and yarn run dev. If this step does not work, enter the command yarn, which will provide a local host link. Copy the link and paste it into your preferred browser.

Prototype Models


Home
Screenshot 2024-04-15 at 3 28 25 PM
Comparison Result
Screenshot 2024-04-15 at 3 28 07 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published