Budget Buddy is a powerful tool designed to help you manage your online shopping budget effectively. This project allows users to add products from any eCommerce website and track their prices over time. With Budget Buddy, you can easily monitor price changes and make informed purchasing decisions.
- Add Products: Seamlessly add products from any eCommerce website.
- Price Tracking: Monitor and track price changes over time.
- Notifications: Get alerts when prices drop or reach your desired price.
- History Log: View the price history of each tracked product.
- Clone the repository:
git clone https://github.com/your-username/budget-buddy.git
- Navigate to the project directory:
cd budget-buddy
- Navigate to the frontend directory:
cd frontendreact
- Install the required dependencies:
npm install
- Navigate to Backend directory:
cd ..
cd Backend
- Install the required dependencies:
npm install
-
Start the application from both frontend and backend directories:
npm start
-
Open your browser and go to
http://localhost:3000
. -
Add the URL of the product you want to track.
-
Monitor the price changes from your dashboard.
If you have any questions or suggestions, feel free to reach out at [email protected].
Thank you for using Budget Buddy! Happy shopping!