Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 803 Bytes

front.md

File metadata and controls

23 lines (17 loc) · 803 Bytes

Front documentation


The front-end microservice operates without a database and is solely used to construct our single-page application using a component-based architecture. The constraints of the 42 subjects require us not to use any front-end frameworks, which is why we've developed our own system to easily load components using custom elements.


A client side router for single page application
A custom HTML element for building web components
A simple and convenient way to manage cookies in a web application