An open API service indexing awesome lists of open source software.

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.

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.