Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 890 Bytes

Github User/Organization Finder

This is a react application that allows you search for any user or organization on github and view details about them. It is built with React, Typescript, Css and Antdesign.

How it looks

  1. Initial state:
Screenshot 2024-09-02 at 19 14 53

  1. Seach results state:
Screenshot 2024-09-02 at 19 16 00

How to run the app locally

  1. Clone this repository
  2. Install the app's dependencies
npm install
  1. Start the app
npm run dev
  1. View the app on http://localhost:5173/

HAPPY HACKING !!!