Skip to content

finsweet/fs-app-demo

Repository files navigation

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

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.