Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.24 KB

File metadata and controls

41 lines (32 loc) · 1.24 KB

GitHub Application | Listing User Repositories

📕 About

GitHub Application | Listing User Repositories is an application for querying user repositories through Github's Rest API. Built on Vite Create React Js, TailwindCSS, React Select, Date-FNS, Context API and Axios to perform API requests.

⚙️ Features

  • List Repositories.
  • Filter by Archived Repositories.
  • Filter by Last Commit.
  • Filter by Alphabetical Order.
  • Search Repositories by name.

Prerequisites

  #### Clone this repository
  $ git clone "https://github.com/uildez/github-application.git"
  #### Install dependencies
  $ npm
  #### Run the application in development mode
  $ npm run dev

🛠 Technologies

The following tools were used in building the project:

GitHub Application | Listing User Repositories