A group I worked with used Microsoft Access Database forms and controls for data entry and tracking of reporting projects. This repo is a development project to demo modernizing the user experience (UX) and to learn web development (including backend, frontend, and charting). Because web development is new to me, I collaborated heavily with masyukun for writing REST services in node.js and svelte component development.
The project is a single page application (SPA) using:
The mock data is JSON format and the backend is node.js.
The custom Material Design svelte components are prototypes for a more standard and robust stack we will be working on called svelterial.
git clone https://github.com/pjpardun/svelte-material-dashboard .
npm install
npm run backend
npm run dev
MIT License