This project is another sample code with some dynamic aspects via JavaScript/other framework(my choice is React.js.) and this client side web application dynamically interacts with the first code sample and displays the growth chart with different percentile based on user input. This web application also demostrates rendering the right compoments during creating, updating and deleting of child record instead of reloading entire page.
I also have deployed this web application on heroku:
https://ornl-app-client-ee2507a39335.herokuapp.com
This sample demonstrates:
Queries may be sent to the author at tkkscf at g m a i l dot com.
To set up an environment https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm
To clone from repostitory
git clone https://github.com/dkim18/growth-chart-client
and move to the local repository
To install packages
npm install
To run the application
npm start
To run test
npm test