React Gallery

2025-04-01 00:00:001

View on GitHub

Description

*Used the very popular and in-demand React library to create an image gallery app. With the help of this powerful "MVC" (Model, View, Controller) library, the app was built in the style of modern single-page applications to keep it fast, modular, and in sync with current web development trends. I learnt about some of the best practices of working with React, like using JSX to write markup-like syntax directly in your JSX files and managing state in a container component that passes data down to reusable stateless components. Additionally, got practice working with React-supportive tools like Vite and React Router. Usinghe powerful Vite build tool, set up the initial project. *Used JavaScript and JSX to build out the gallery components in a modular fashion. *Used React Router to set up routes for three default topic pages and a search page. *Used the Fetch API to fetch data from the Pixabay API and use it to display images in your app. *Added logic to handle the search and various requirements of the project. *Add to the supplied CSS to personalize the project.

Edit Delete