<dmgry.me/>
Back to projects

Github Finder App

A React project using Redux Toolkit and the Github API

  • Redux Toolkit
  • Github API
Github Finder App

Github Finder Introduction

So, I recently developed this exemplary web application that showcases how to effectively consume the GitHub API. The primary aim of the app is to facilitate users in searching for GitHub profiles and presenting them in a clear and concise manner. I utilized Create React App (CRA) to ensure a rapid and hassle-free setup process. Furthermore, Redux Toolkit proved to be a valuable asset for state management, enabling me to maintain code organization and structure with ease. To ensure an appealing and user-friendly interface, I employed Tailwind CSS. Overall, this project was an excellent learning experience and allowed me to gain practical knowledge of modern technologies utilized in web application development.

Create React App (CRA)

Create React App is a toolchain that helps developers quickly set up a modern React application with no build configuration. This saves a significant amount of time and effort that would otherwise be spent on setting up the development environment.

I will use CRA to simplify the coding process

Redux Toolkit

Redux Toolkit is a library that simplifies the process of managing application state in Redux. It provides a set of tools and best practices that make it easier to write and maintain Redux code. Redux Toolkit reduces the amount of boilerplate code that needs to be written and makes it easier to debug the application.

I will use Redux Toolkit to build

Summary

To wrap things up, this project demonstrates consuming an API with Redux Toolkit managing the application state.

Next up, I will be continuing my journey to learn Redux Toolkit by building a more complex system with Authentication.