Skip to content

mina-adibe/git-finder

Repository files navigation

Github Finder app

Idea of the App

A user finder web app using Github api

Features

  • I can search for users and see a paginated list of results
  • I can navigate through the next and previous pages of the paginated results
  • I see the total count of search results
  • I see notable information for each search result, such as the description, star/follower count, profile pictures, etc.
  • I can select a search result and be taken to the applicable page on github.com APId

Screenshot

The final result of the project looks like : )

Technologies Used in Project

  • Reactjs
  • Typescript
  • Redux (Redux tool kit)
  • Material ui (mui v5)
  • react router

Setup

To setup the project you have to : git clone https://github.com/mina-adibe/git-finder.git

  • install all project dependencies with npm install


## Running the app

To get the app up and running use :

npm start


The project will be available at :  **http://localhost:3000 to view it in the browser.**