All Projects → thundernet8 → Starcabinet

thundernet8 / Starcabinet

Licence: mit
🎉 开源的跨平台Github Stars管理分析工具

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Starcabinet

Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (-52.63%)
Mutual labels:  antd, mobx, react-redux
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (-64.66%)
Mutual labels:  redux-thunk, antd, react-redux
Reactspa
combination of react teconology stack
Stars: ✭ 911 (+128.32%)
Mutual labels:  redux-thunk, antd, react-redux
React Admin
基于[email protected]的react动态权限后台管理系统模板
Stars: ✭ 151 (-62.16%)
Mutual labels:  redux-thunk, antd, react-redux
Apple Basket Redux
🍎 苹果篮子,一个微型的redux/mobx演示(附多版本)
Stars: ✭ 125 (-68.67%)
Mutual labels:  redux-thunk, mobx, react-redux
ant-design-snippets
ant-design-snippets
Stars: ✭ 18 (-95.49%)
Mutual labels:  react-redux, redux-thunk, antd
react-typescript
A Front-End Project with Typescript/Antd. webpack5+react-router4+antd+typescript4+grahql
Stars: ✭ 63 (-84.21%)
Mutual labels:  mobx, antd
cerebro-web
Website for Cerebro
Stars: ✭ 21 (-94.74%)
Mutual labels:  react-redux, redux-thunk
react-native-shopping-app
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
Stars: ✭ 67 (-83.21%)
Mutual labels:  react-redux, redux-thunk
trivin
⚡️Setup your entire project quickly and easily with 1-line command ⚡️
Stars: ✭ 58 (-85.46%)
Mutual labels:  react-redux, redux-thunk
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-96.49%)
Mutual labels:  redux-thunk, webpack2
okdux
redux made ok 👌
Stars: ✭ 16 (-95.99%)
Mutual labels:  mobx, react-redux
OneArtical
learning and practice redux,react-redux,redux-saga,redux-persist,redux-thunk and so on
Stars: ✭ 61 (-84.71%)
Mutual labels:  react-redux, redux-thunk
crypto-markets
react-native-cryptocurrency-ticker
Stars: ✭ 27 (-93.23%)
Mutual labels:  react-redux, redux-thunk
react-cli
基于 create-react-app 搭建的前端脚手架
Stars: ✭ 18 (-95.49%)
Mutual labels:  react-redux, antd
cra-redux-boilerplate
⚛️🔨create-react-app application with redux and another cool libraries to make your life easier.
Stars: ✭ 15 (-96.24%)
Mutual labels:  react-redux, redux-thunk
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-93.73%)
Mutual labels:  react-redux, redux-thunk
react-native-boilerplate
React Native Boilerplate - React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage
Stars: ✭ 68 (-82.96%)
Mutual labels:  react-redux, redux-thunk
redux-login
React & Redux 实现注册登录认证系统 - 视频源码
Stars: ✭ 26 (-93.48%)
Mutual labels:  react-redux, redux-thunk
react-pits
React 中的坑
Stars: ✭ 29 (-92.73%)
Mutual labels:  mobx, react-redux

Build Status Appveyor Build status React Redux Github

StarCabinet

基于 React/Electron/Ant Design 打造的开源 Github Stars 管理的跨平台工具

Update 2018.1

已经基于 TypeScript 重写了整个代码,使用 Mobx 替代 Redux 作为状态管理工具,并优化了开发编译 Webpack 脚本配置。

Features

  • 归类

    • 按自带的语言分类 📚
    • 自定义添加分类 💼
  • 标记

    • 添加仓库的标签 🏷
    • 添加仓库的旗标 🏁
    • 添加仓库的阅读状态 👀
    • 添加仓库的备注 ✍️
    • 添加仓库的评分 💯
  • 筛选

    • 归类 🎏->选择语言或者分类
    • 搜索词 🔍->全部字段|仓库名|仓库原始描述|仓库备注|仓库标签
    • 排序〽️->默认(即 star 添加时间)|stars 数量|forks 数量|watchers 数量|创建时间|更新时间|推送时间|评分|大小|open issues 数量,均支持增序和降序
    • 过滤器 ⏳->未读|有旗标|有备注 三种可多选
  • 离线支持 💾 利用 rxdb 库和浏览器的 indexed db 存储仓库的数据

    • 支持离线查看仓库并支持上述所有功能操作,包括 readme 文件的查看
    • 高效的数据条件化呈现(不用频繁请求服务器)
  • 数据支持 Stars 和自定义数据的导出备份和导入恢复

Screenshots

Login

Main

Setting

Demo

StarCabinet Demo

Debug

直接使用源码的用户,按如下操作:

npm install
npm run dev
npm run start:dev

如果在 install packages 出错,提示 keytar 错误等信息,特别是 windows 用户,你可能需要安装 windows-build-tools 的 package 之后在进行上述步骤

或者尝试如下操作:

npm run rebuild

或者调试

npm install -g --verbose electron

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].