Home
Softono
GitHubPopular

GitHubPopular

Open source JavaScript
2.9K
Stars
582
Forks
67
Issues
109
Watchers
6 years
Last Commit

About GitHubPopular

GitHubPopular is a cross-platform mobile application designed to discover and track the most popular and trending projects on GitHub. Built with React Native, it runs seamlessly on both Android and iOS devices. The app offers extensive customization and discovery features, including support for subscribing to over 50 programming languages with the ability to add, remove, and reorder them based on personal preference. Users can search for specific projects using custom keywords, bookmark favorite repositories for quick access, and share interesting finds directly with friends. The interface supports multiple color themes to suit individual tastes, providing a tailored viewing experience. Beyond its utility for developers, the project serves as an educational example of React Native development combined with Redux for state management, demonstrating best practices in modern mobile architecture. The application is fully open source, encouraging community contributions and pull requests to further enhance its fun

Platforms

Web Self-hosted iOS Android

Languages

JavaScript

GitHub Popular

Download PRs Welcome GitHubPopular release language English

这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#最新版React Native+Redux打造点这里☞#

目录

能够Get到的技术

能够Get到的技术

功能与特性

  • 支持订阅 50 多种编程语言;
  • 支持添加/删除编程语言,并支持自定义它们的排序;
  • 支持收藏喜欢的项目;
  • 支持多种颜色主题自由切换;
  • 支持搜索,并自持自定义订阅关键字;
  • 支持分享,轻松将自己喜欢的项目分享给好友;

下载安装

App Store 百度手机助手 应用宝

预览图

GitHub Popular

GitHub Popular

GitHub Popular

运行调试

  1. 准备React Native环境,可参考: Requirements
  2. Clone GitHubPopular,然后终端进入项目根目录。
  3. 终端运行 npm i
  4. 然后运行 react-native run-iosreact-native run-android
  5. Ok,有问题可以提issues出来