CarPrices.app is an advanced tool that queries and stores car prices for over 490 makes and models in the USA. Leveraging Python, Flask, and Pandas on the backend, with a React-based frontend, this app efficiently captures and presents up-to-date car pricing data stored in Firebase.
- Comprehensive Coverage: Supports over 490 car makes and models in the USA.
- Real-Time Data: Fetches and displays the latest car prices.
- Firebase Integration: Uses Firebase for reliable data storage and retrieval.
- React Frontend: Provides a responsive and intuitive user interface.
The app performs the following operations:
- Data Querying: Utilizes a backend API to retrieve car prices.
- Data Processing: Employs Pandas for data manipulation and Flask for API management.
- Data Storage: Saves processed data into Firebase.
- User Interface: Displays the data through a React frontend.
- Python 3.x
- Node.js
- Firebase Account
- API key for car pricing
Clone the repository:
git clone https://github.com/proobs/CarPrices.app.git
cd CarPrices.app