Powered by React, React Router, Mobx, Chart.js
- run
npm installto install dependencies - run
npm startto run the app server - default port:
localhost:3000
Backend of this project is powered by Laravel.
- display title info for lecturer
- add title form field in the lecturer form
- add pagination
- add list sorting
- finish todo feature
- 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.