Giter Site home page Giter Site logo

chance-app's Introduction

一个简易的招聘系统

项目结构

── server
│   ├── model.js
│   ├── server.js
│   └── user.js
└── src
    ├── Route
    │   └── index.js
    ├── component
    │   ├── authroute
    │   │   └── authroute.js
    │   ├── avatar-selector
    │   │   └── avatar-selector.js
    │   ├── boss
    │   │   └── boss.js
    │   ├── chat
    │   │   └── chat.js
    │   ├── company
    │   │   └── company.js
    │   ├── dashboard
    │   │   └── dashboard.js
    │   ├── genius
    │   │   └── genius.js
    │   ├── img
    │   ├── imooc.form
    │   │   └── imooc.form.js
    │   ├── logo
    │   │   ├── 21.jpg
    │   │   ├── logo.css
    │   │   ├── logo.jpg
    │   │   └── logo.js
    │   ├── msg
    │   │   └── msg.js
    │   ├── navlink
    │   │   ├── img
    │   │   │   ├── boss-active.png
    │   │   │   ├── boss.png
    │   │   │   ├── company-active.png
    │   │   │   ├── company.png
    │   │   │   ├── job-active.png
    │   │   │   ├── job.png
    │   │   │   ├── msg-active.png
    │   │   │   ├── msg.png
    │   │   │   ├── user-active.png
    │   │   │   └── user.png
    │   │   └── navlink.js
    │   ├── user
    │   │   └── user.js
    │   └── usercard
    │       └── usercard.js
    ├── config.js
    ├── container
    │   ├── bossinfo
    │   │   └── bossinfo.js
    │   ├── geniusinfo
    │   │   └── geniusinfo.js
    │   ├── login
    │   │   └── login.js
    │   └── register
    │       └── register.js
    ├── index.css
    ├── index.js
    ├── reducer.js
    ├── redux
    │   ├── chat.redux.js
    │   ├── chatuser.redux.js
    │   └── user.redux.js
    └── util.js

项目描述

  • 1.此项目为一个前后台分离的招聘的SPA, 包括前端应用和后端应用
  • 2.包括用户注册/登陆, 求职者/boss列表, 实时聊天等模块
  • 3.前端: 使用React全家桶+ES6+Webpack等技术
  • 4.后端: 使用Node + express + mongodb + socketIO等技术
  • 5.采用模块化、组件化、工程化的模式开发

演示

注册

register

登陆

login

技术栈

  • React
  • React-Router
  • React-Redux
  • antd-mobile
  • Webpack
  • Babel
  • Node.js
  • mongodb
  • express
  • socket-io

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.