Ant Design Redux Typescript screenshot

Ant Design Redux Typescript

Author Avatar Theme by Idurar
Updated: 19 Apr 2023
6 Stars

Github Repos React App with Typescript - Starter Project built with react redux typescript ant design

Categories

Overview:

The “Github Repos React App with Typescript” is an open source project built using React, Redux, and the Ant Design UI library. Its main purpose is to display GitHub repositories with the most stars, utilizing data fetched from the Github API. This project serves as a starter template for developers looking to create similar applications.

Features:

  • Favorite Repository: Users can mark a repository as a favorite by clicking on a heart icon, which stores the details locally for future use.
  • Language Filtering: The app allows users to filter the list of repositories by programming language.

Installation:

To install and run the Github Repos React App with Typescript, follow these steps:

  1. Clone the project from the Github repository.
  2. Open your terminal and navigate to the project directory.
  3. Run the command yarn install to install the project dependencies.
  4. Once the installation is complete, start the app by running yarn start.

Summary:

The “Github Repos React App with Typescript” is a ready-to-use starter project for developers interested in building a GitHub repository browser. It provides features such as marking repositories as favorites and filtering based on programming language. With the basic functionalities already implemented, developers can use this project as a foundation to build additional features.