Image Gallery is an image discovery web app that helps you find new and interesting images to download or share. With Image Gallery, you can search for images by term and type and order them by most popular or latest.
To get started with Image Gallery, follow these steps:
- Clone this repository to your local machine.
- Run
npm install
to install the required dependecies. - Get a Pixabay API key. You'll have to create an account first.
- Add the API key to src/services/api-client.ts.
- Run
npm run dev
to start the web server.