This is a simple image gallery app built with React.js, Vite, Bootstrap, and Axios. It allows users to view a collection of images fetched from an external API from unsplash.com and display them in a responsive grid layout.
- Fetches images from an external API
- Displays images in a responsive grid layout
- Built with modern web technologies including React.js, Vite, Bootstrap, and Axios
- React.js: A JavaScript library for building user interfaces.
- Vite: A fast frontend build tool.
- Bootstrap: A popular CSS framework for building responsive and mobile-first websites.
- Axios: A promise-based HTTP client for making XMLHttpRequests from the browser.
To get a local copy of this project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/CharKwehTiawKerang/hall-of-lens.git
- Navigate into the project directory:
cd hall-of-lens
- Install dependencies:
npm install
- Start the development server:
npm run dev
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
HallofLens is licensed under the MIT license.