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 Ant Design UI library. Its purpose is to display GitHub repositories with the most stars, utilizing data fetched from the GitHub API. The application allows users to mark repositories as favorites and filter the list by programming language. It also serves as a starter boilerplate for developers interested in building similar applications with React, Redux, and TypeScript.

Features

  • Favorite Repositories: Users can mark a repository as a favorite by clicking on a heart icon, and the details are stored locally for future use.
  • Filtering: Users can filter the list of repositories based on programming language.
  • GitHub API Integration: The application fetches data from the GitHub API to display repositories with the most stars.

Installation

To install the “Github Repos React App with Typescript,” follow the steps below:

  1. Clone the GitHub repository:
git clone [repository-url]
  1. Navigate to the project directory:
cd [project-directory]
  1. Install the project dependencies using yarn:
yarn install
  1. Start the application:
yarn start

Summary

The “Github Repos React App with Typescript” is a React, Redux, and Ant Design-based project that showcases GitHub repositories with the most stars. It offers features like favorite repository marking and filtering by programming language. It serves as a starter boilerplate for similar applications and is available as an open source project on GitHub.