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.
- 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.
- E2E tests.
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
.