Want to find the information about dogs ? Then you come to the right place.
Clone the project
git clone https://github.com/Dev-Sarmad/the-dog-app.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
GET /images/search
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /images/search?breed_ids
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of dog to fetch |
limit |
string |
optional. limits of dogs |
api_key |
string |
Required. Your API key |
- Responsive
- Filter Search
- Dog details (life-span , weight, height , breed etc)
Client: HTML, Javascript, TailwindCSS.
For support, email sarmaddevelops@gmail.com .
ES6 javascript , async nature of javascript reponsive dsign. Fetching data from the external API.