User Interface for modifying backend database tables via Sharepoint REST API calls. See the Web App here
This is the User interface for the teams internal applications. The Web App allows team members to access data stored in sharepoint backend tables and make modifications to assessment records for day-to-day work. All data and information has been scrubbed for offline use.
- Skeleton CSS
- Semantic UI (CSS library)
- JQUERY Datatables
- D3 (JS library for graphics and charts)
- Desktop First Application
- MVC Design Pattern
- Webpack/npm
- SCSS (SASS preprocessor)
- babel (JS transpiler)
- AJAX
- Sharepoint REST API
There are 3 main folders: dist folder contains production ready files, src folder contains the files I used in development, and config containes webpack configuration files. In order to use github pages I have copied all dist files into docs folder as well. Feel free to browse the src folder to see non-minified code.
- config
- webpack.dev.js
- webpack.host.js
- webpack.prod.js
- dist
- assets
- images
- videos
- css
- js
- index.html
- assets
- src
- assets
- fonts
- images
- SVG
- vendor
- videos
- js
- scss
- index.html
- assets
- docs
- assets
- css
- js
- index.html
