Wednesday, January 15, 2020

React Client and PHP server- School Enrollment Form using Rest APIs


The following link here has a project that me and my ex-colleague Shridhar made over a few weekends.
Our goal was to learn ReactJS along with using Rest APIs to access server.
We were successful in making a simple user interface that accesses a database to display student information in a tabular form. There is provision for adding new students and deleting or modifying a student details.
Here is a snapshot of the projects working:
This is the dashboard:

This is the screen on pressing Add Students:

This is the screen on pressing modify for any of the student:

This is a link into my github for the above project.
https://github.com/bmkamath2000/School-Module