All Projects → TongmingWu → React Manga

TongmingWu / React Manga

manga的react版本

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Manga

Mediaelement
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
Stars: ✭ 7,767 (+15434%)
Mutual labels:  html5
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-10%)
Mutual labels:  html5
Literallycanvas
A canvas in your browser. Literally.
Stars: ✭ 1,043 (+1986%)
Mutual labels:  html5
Livecoding.tw
官網
Stars: ✭ 42 (-16%)
Mutual labels:  html5
Moelist
Another unofficial Android MAL client
Stars: ✭ 45 (-10%)
Mutual labels:  manga
Frontend Mentor Challenge
Here you will find all the challenges that we took from frontend-mentor.
Stars: ✭ 47 (-6%)
Mutual labels:  html5
Devgonga
Devgonga é uma startup com foco em criação de sites e desenvolvimento de sistemas web, moldada para atender a pequenas e médias empresas ao redor de angola. https://devgonga.github.io/devgonga/
Stars: ✭ 41 (-18%)
Mutual labels:  html5
Samsara
☸️ Continuous UI
Stars: ✭ 1,051 (+2002%)
Mutual labels:  html5
Flute
A beautiful, easilly composable HTML5 generation library in Common Lisp
Stars: ✭ 45 (-10%)
Mutual labels:  html5
Gifsee.js
A modern, vanilla JavaScript gif previewer and loader.
Stars: ✭ 48 (-4%)
Mutual labels:  html5
Minipaint
online image editor
Stars: ✭ 1,014 (+1928%)
Mutual labels:  html5
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (-12%)
Mutual labels:  html5
Videocontext
An experimental HTML5 & WebGL video composition and rendering API.
Stars: ✭ 1,035 (+1970%)
Mutual labels:  html5
Webamp
Winamp 2 reimplemented for the browser
Stars: ✭ 8,268 (+16436%)
Mutual labels:  html5
Zimo Article
📚博客——源于实践,乐于分享,欢迎Star~
Stars: ✭ 1,046 (+1992%)
Mutual labels:  html5
Wheels
笨办法造轮子
Stars: ✭ 1,007 (+1914%)
Mutual labels:  html5
Sklad
Promise-based API for IndexedDB
Stars: ✭ 45 (-10%)
Mutual labels:  html5
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (+0%)
Mutual labels:  html5
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-2%)
Mutual labels:  html5
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+1978%)
Mutual labels:  html5

React-Manga

使用React实现的WebApp版开源漫画阅读器。实现用户登录注册、提供漫画推荐、漫画搜索、漫画收藏、漫画阅读、历史记录 等功能.另外安卓版的Manga 点击这里

使用


//默认地址为http://localhost:9000
git clone https://github.com/TongmingWu/react-manga.git
cd react-manga
npm install
npm run dev
or
npm run build

项目

  • 项目基于react+react-redux+react-router+ES6,使用webpack构建的SPA(单页应用)
  • 整体项目前后端分离,使用React进行组件化开发
  • 使用redux管理整个应用的store
  • API由本人编写的Python项目提供,暂不提供源代码
  • 本项目纯属学习交流使用,数据由非正常路径获得,不得用于商业用途

目录结构


├─app   /*项目代码*/
│  ├─actions    /*redux中的action*/
│  ├─components /*各种组件*/
│  ├─constants  /*常量池*/
│  ├─css
│  ├─db         /*数据库*/
│  ├─images
│  ├─reducers   /*redux中的reducer*/
│  ├─store      /*整个应用的store*/
│  └─views      /*页面容器*/
├─dist  /*编译后的代码*/
│  └─mstatic
│      ├─css
│      └─js
└─public    /*模板*/

截图预览

Copyright (c) 2016 TongmingWu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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