Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 524 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 524 Bytes

intern-image-carousel

  • Live coding interview of a Pixabay image carousel.

Basic Requirements

  • Get an API key from Pixabay.
  • Use the Pixabay API to search for images.
  • Display the images in a carousel.

Tools

  • Vite
  • HTML
  • CSS
  • JavaScript
  • Pixabay API

Time Limit

  • 1 hour 30 minutes

Getting Started

Installation

  1. Clone the repository.
  2. Change directory into the project folder.
  3. Run npm install to install the required dependencies.
  4. Run npm run dev to start the development server.