This is a web interface that allows you to explore and test the DuckDuckGo API through a proxy. It provides an easy and intuitive way to perform searches and view DuckDuckGo API results.
Please note that both the frontend and backend services are hosted on free tiers (Vercel and Render, respectively). The backend API may take a few moments to start up when accessed after a period of inactivity, as the service is suspended during idle times to conserve resources. If you experience a timeout on your first search, please wait a moment and try again.
- Clone the repository:
git clone https://github.com/wendryosales/DuckDuckGo-Proxy-Explorer.git
cd DuckDuckGo-Proxy-Explorer- Install dependencies:
npm run install:all- Start the backend development server:
npm run start:backend- Open a new terminal and start the frontend:
npm run start:frontend- Open http://localhost:3000 in your browser to view the application.
Feel free to connect with me on LinkedIn if you have any questions or would like to discuss this project further.