This is a web project made with React that allows users to search for GIFs, view details, and see trending GIFs.
- Search for GIFs using keywords
- View details of a GIF
- See trending GIFs
- Responsive design for different screen sizes
To get started with this project, follow these steps:
- Clone the repository to your local machine
- Install dependencies using
npm install
- Start the development server using
npm start
- Open http://localhost:3000 in your web browser to view the application
To search for GIFs, enter a keyword into the search bar and click the search button. The application will display a list of GIFs that match your search query. Click on a GIF to view its details.
To view trending GIFs, click on the "See more" button in the trending carousel. The application will display a list of trending GIFs.
This application was built using the following technologies:
This application uses the GIPHY API to search for GIFs and retrieve trending GIFs.