Skip to content

User interface for modifying data to a back-end tables using Sharepoint Rest API.

Notifications You must be signed in to change notification settings

kennybecerra/WorkApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkApp

User Interface for modifying backend database tables via Sharepoint REST API calls. See the Web App here

Description

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.

Website Screenshot

Libraries/Methodologies

  • Skeleton CSS
  • Semantic UI (CSS library)
  • JQUERY Datatables
  • D3 (JS library for graphics and charts)
  • Desktop First Application
  • MVC Design Pattern

Technologies/Tools

  • Webpack/npm
  • SCSS (SASS preprocessor)
  • babel (JS transpiler)
  • AJAX
  • Sharepoint REST API

Folder Structure

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
  • src
    • assets
      • fonts
      • images
      • SVG
      • vendor
      • videos
    • js
    • scss
    • index.html
  • docs
    • assets
    • css
    • js
    • index.html

About

User interface for modifying data to a back-end tables using Sharepoint Rest API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published