项目作者: dennisXZX
项目描述 :
Powered by React, React Router, Mobx, Chart.js
高级语言: JavaScript
项目地址: git://github.com/dennisXZX/react-lms.git
React Learning Management System
Powered by React, React Router, Mobx, Chart.js
Steps
- run
npm install
to install dependencies - run
npm start
to run the app server - default port:
localhost:3000
Backend of this project is powered by Laravel.
Todo items
- display title info for lecturer
- add title form field in the lecturer form
- add pagination
- add list sorting
- finish todo feature
Found issues
- when you add a new student, even you select gender as ‘male’, it would display female for the first time. After refreshing it would display the correct gender. In the database it is correctly recorded, this must be a frontend issue.