- Live coding interview of a Pixabay image carousel.
- Get an API key from Pixabay.
- Use the Pixabay API to search for images.
- Display the images in a carousel.
- Vite
- HTML
- CSS
- JavaScript
- Pixabay API
- 1 hour 30 minutes
- Clone the repository.
- Change directory into the project folder.
- Run
npm install
to install the required dependencies. - Run
npm run dev
to start the development server.