OceanOver / react-todo

This demo is to learn react, it has completed the basic TODO function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-react

Demo: Click Here

Start (Web)

open web folder

npm install

devlopment:

npm run dev

production:

npm run pro

Start (Server)

node 4.0+ you should install mongodb & redis, and start

open server folder

npm install
npm run start

visit http://localhost:4000/

Features

  • 用户注册登录
  • 修改用户密码、上传头像、退出登录
  • 添加、修改、删除TODO任务
  • 统计完成任务、过期任务

ScreenShort

Screen Shoot

Screen Shoot

Server

Web

About

此Demo主要目的在于学习React相关知识

License

MIT

About

This demo is to learn react, it has completed the basic TODO function

License:MIT License


Languages

Language:JavaScript 92.0%Language:CSS 7.7%Language:HTML 0.3%