Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 839 Bytes

React GIPHY API

Description:

React GIPHY API is a task-based project completed with the aim of searching and listing results from the GIPHY API using React and Redux. API calls are efficiently handled using Axios with paging management to ensure smooth data retrieval.

Tech Stack:

Project Type: Task - (marina)

Project Status: Completed

Additional Information:

  • The project includes features for searching and displaying GIPHY API results within a React application.
  • Redux Toolkit is utilized for state management, ensuring a scalable and maintainable architecture.
  • Axios is employed for making API calls, with built-in support for handling paging to efficiently manage large datasets.