All Projects → jianhui1012 → Bookreader

jianhui1012 / Bookreader

📚模仿Web追书神器--react+redux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bookreader

React Realization
some simple Realizations of react
Stars: ✭ 71 (-46.21%)
Mutual labels:  react-redux
React Demo Gather
react demo合集,有自己写的,也有在学习过程中觉得很好的demo收集的,持续更新中
Stars: ✭ 97 (-26.52%)
Mutual labels:  react-redux
React Cloud Music
React 16.8打造精美音乐WebApp
Stars: ✭ 1,722 (+1204.55%)
Mutual labels:  react-redux
Microsoft Graph Explorer V4
React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
Stars: ✭ 74 (-43.94%)
Mutual labels:  react-redux
Fe Interview
🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
Stars: ✭ 93 (-29.55%)
Mutual labels:  react-redux
React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (-20.45%)
Mutual labels:  react-redux
Aspnet Starter Kit 2.0
Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, React (ReactJS), Redux, TypeScript. Single-page application boilerplate.
Stars: ✭ 70 (-46.97%)
Mutual labels:  react-redux
Dura
为typescript而生基于redux的前端数据流管理方案
Stars: ✭ 123 (-6.82%)
Mutual labels:  react-redux
Advanced Redux
A messenger service built with Redux
Stars: ✭ 96 (-27.27%)
Mutual labels:  react-redux
Sarenka
OSINT tool - gets data from services like shodan, censys etc. in one app
Stars: ✭ 120 (-9.09%)
Mutual labels:  react-redux
React Music
react开发app版的网易云音乐
Stars: ✭ 79 (-40.15%)
Mutual labels:  react-redux
Speedux
Speedux is an opinionated library that makes Redux much more fun to use.
Stars: ✭ 82 (-37.88%)
Mutual labels:  react-redux
Ui
Talend's unified web UI repository.
Stars: ✭ 105 (-20.45%)
Mutual labels:  react-redux
Realm React Redux
A redux like store with Realm as the state
Stars: ✭ 72 (-45.45%)
Mutual labels:  react-redux
Next Redux Wrapper
Redux wrapper for Next.js
Stars: ✭ 1,901 (+1340.15%)
Mutual labels:  react-redux
Dva React Worms
dva新手综合教程
Stars: ✭ 70 (-46.97%)
Mutual labels:  react-redux
Mchat
RN生态学习
Stars: ✭ 101 (-23.48%)
Mutual labels:  react-redux
Apple Basket Redux
🍎 苹果篮子,一个微型的redux/mobx演示(附多版本)
Stars: ✭ 125 (-5.3%)
Mutual labels:  react-redux
Cwg React Starter
Pre-configured and Ready to use React Starter App. To save time in settings things up for new project. Almost everything needed is already configured. Just clone and start developing without wasting time in doing same stuffs for every project. (#codewithghazi)
Stars: ✭ 122 (-7.58%)
Mutual labels:  react-redux
Rn Wanandroid
study react native ,wanandroid客户端
Stars: ✭ 112 (-15.15%)
Mutual labels:  react-redux

bookreader

项目主要目的为了深入学习react,使用redux搭建整个项目。

反向代理配置:通过WebpackDevServer中间件的proxy属性进行反向代理,具体请看server.js文件。

注:此项目纯属个人学习,不用于任何商业用途。

技术栈

react + redux + react-router + antd + webpack

项目运行

git clone https://github.com/jianhui1012/bookreader.git

cd bookreader

npm install

npm run dev

访问: http://localhost:8088

目标功能

  • [x] 排行榜 -- 完成
  • [x] 书籍详情 -- 完成
  • [x] 阅读书籍 -- 完成
  • [x] 书单推荐 -- 完成
  • [x] 搜索书籍 -- 完成
  • [x] 精选书籍 -- 完成
  • [x] 分类书籍 -- 完成
  • [x] 主题书单 -- 完成
  • [x] 书单详情 -- 完成
  • [x] 主 页 -- 完成

API接口文档

wiki接口文档地址

部分截图

首页

精选

分类

书单

排行榜

书籍详情

阅读书籍

搜索

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].