Git Product home page Git Product logo

juejinapp's Introduction

Build Setup

install dependencies

npm install or yarn install

serve with hot reload at localhost:8081

npm start

首页登录和未登录:
首页登录和未登录 首页登录和未登录

搜索页面:
搜索页面

小册页面:
小册页面

我的页面登录和未登陆:
我的页面登录和未登陆 我的页面登录和未登陆

标签页面:
我的页面登录和未登陆

├── App.js
├── App.test.js
├── README.md
├── api
│   └── index.js
├── app.json
├── pages
│   ├── AuthLoadingScreen.js
│   ├── Boiling.js // 沸点
│   ├── Home.js // 首页
│   ├── ItemDetail.js // 详情页
│   ├── Login.js // 登录
│   ├── My.js // 个人中心
│   ├── Quiz.js // 小册
│   ├── Search.js // 搜索
│   ├── component // 公共组件
│   │   ├── EmptyComponent.js
│   │   ├── FlatListFooterComponent.js
│   │   ├── ItemTouchableOpacity.js
│   │   ├── LabelItem.js
│   │   └── RenderItem.js
│   ├── myPage
│   │   ├── About.js
│   │   ├── Collect.js
│   │   ├── HasRead.js
│   │   ├── Label.js
│   │   ├── Like.js
│   │   ├── Notice.js
│   │   ├── Praise.js
│   │   ├── Purchased.js
│   │   ├── Set.js
│   │   ├── Statistics.js
│   │   ├── Suggest.js
│   │   └── UserInfo.js
│   └── styles
│       └── itemStyle.js
├── router
│   ├── index.js
│   └── myScreen.js
├── store // mobx
│   ├── index.js
│   └── modules
│       ├── boiling.js
│       ├── hasRead.js
│       ├── home.js
│       ├── itemDetail.js
│       ├── label.js
│       ├── login.js
│       ├── my.js
│       ├── notice.js
│       ├── quiz.js
│       ├── search.js
│       └── userInfo.js
├── utils
│   ├── global.js
│   └── valate.js
├── yarn-error.log
└── yarn.lock

27 directories, 129 files

juejinapp's People

Contributors

gwt9502 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.