@finsweet/app-demo
v1.0.0
Published
App demo for Webflow projects.
Downloads
1
Readme
Finsweet App Demo
About
This is the codebase for the Fs App Demo, created to demonstrate some basic implementations of an app in Webflow.
The app is very minimal and barebones: no fancy styles, API calls are mocked, interactivity is limited.
Features
- Render data on static elements.
- Render lists.
- Display skeleton loaders while awaiting for the API responses. All components are handled independently without waterfalls.
- Dynamic template page (tickets) using query parameters.
References
CI/CD
This codebase follows the same CI/CD pipeline as our Developer Starter, all code is checked and tested in every PR and deployed to npm once merged into master
.