https://github.com/developermindset123/pricescape_navigator
Repository for CSC 460 final project, development in progress.
https://github.com/developermindset123/pricescape_navigator
Last synced: about 1 year ago
JSON representation
Repository for CSC 460 final project, development in progress.
- Host: GitHub
- URL: https://github.com/developermindset123/pricescape_navigator
- Owner: DeveloperMindset123
- License: gpl-3.0
- Created: 2024-04-02T23:10:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T05:17:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T22:57:08.917Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PriceScape_Navigator
Project Overview/Proposal: To develop a platform that aggregates, cleans and analyzes and visually presents product pricing data from various e-commerce websites, enabling users to make informed purchasing decisions through interactive data visualizations.
### MVP Features
- [x] Data Aggregation: Establish a basic backend infrastructure to gather pricing data from a limited set of e-commerce websites. This could initially focus on popular sites or those with accessible APIs to simplify the process.
- [x] Data cleaning and analysis: Implement automated scripts or use an existing tools to clean the data, ensuring it's usable and reliable. At this stage, focus on basic cleaning techniques like removing duplicates, handling missing values, and standardizing product names and categories.
- [x] Basic Visualization and User Interface (UI): Develop a simple, intutitive UI that allows users to search for products and view their pricing trends across different platforms. This could be a straightforward list or table format, with basic filtering options (e.g. by product category and price range).
- [ ] Product Search Funcitonality: Incorporate a search bar enabling users to find specific products. This feature could be backed by a basic search algorithm, potentially leveraging product cateogories or tags for easier navigation.
- [x] Responsive Web Design: Ensure that the application is usable across various devices, especially on mobile and tablets.
- [ ] User accounts and personalizations: Add the abillity for users to create accounts, save their favorite products, set price alerts, and recieve personalized recommendations.