"Amazon Tracker" is a Next.js project that allows you to pin and keep track of your favorite Amazon products. With this application, you can easily view and manage your favorite products whenever you want. This README provides an overview of the project and instructions on setting it up.
Before you begin, ensure you have the following prerequisites installed on your system:
- Node.js: Download and install Node.js from nodejs.org.
Follow these steps to set up and run "My Amazon Favorites" on your local machine:
-
Clone the repository to your local machine:
git clone https://github.com/benzigar-codes/amazon-tracker-react.git
-
Navigate to the project directory:
cd amazon-tracker-react
-
Install the project dependencies:
npm install
-
Create a
.env.local
file in the project root and add any necessary environment variables. For example, if you need an Amazon API key, add it to this file. -
Start the development server:
npm run dev
-
Open your web browser and visit http://localhost:3000 to access the "Amazon Tracker" application.
With "Amazon Tracker," you can:
- Pin Your Favorite Products: Search for products on Amazon and pin your favorites to your profile.
- View Your Pinned Products: Easily access and view your pinned products anytime.
- Manage Your Favorites: Remove products from your favorites list if you no longer wish to track them.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name.
- Make your changes and commit them with clear and concise messages.
- Push your changes to your fork on GitHub.
- Create a pull request to merge your changes into the main repository.
This project is licensed under the MIT License. See the LICENSE file for details.
- This project is built with Next.js and React.
- Amazon product information is retrieved using web scraping techniques.
- We appreciate your interest and hope you enjoy using "Amazon Tracker"
Happy pinning and managing your Amazon favorites! 🌟