This React-based gallery app enables users to effortlessly browse through a captivating collection of images.
Caption: Home page of the Gallery App
Caption: Image-Details page of the Gallery App
- Home Page: Users can explore a stunning array of diverse images. They can effortlessly navigate between pages using next and previous buttons.
- Image-Details Page: Users can delve into detailed information about each image upon clicking.
- Clone the repository to your local machine.
- Open the terminal and navigate to the project directory.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and go to
http://localhost:5173
No additional configuration is required for this project.
Contributions are welcome! To contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your changes"
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
- React - A powerful JavaScript library for building user interfaces.
- React Router Dom
- Axios (for API requests)
- JSX/CSS
This project was created by [Raish Vadaviya]. It utilizes images from this API for assignment purposes.