This is sample project based on React/Redux js library. It has been developed for practice purpose. There is no commercial use of this yet.
This has been developed using following libraries/framework:
- Boostrap
- React
- Redux
- Redux-thunk
- CSS3
- HTML
Few commands/scripts to execute the application:
npm install: install npm dependencies
npm start: start react application
npm build: build jsx files to respective js files
npm eject: eject react application
Notes: This is completely frontend application. It has feature to add/edit student profile. Unless, the page is not reloaded, it stores the state. once page is reloaded, it restores back to original state.