2 Repos
Browser-based user interfaces developed using TypeScript to provide type-safe interactions with backend services.
Distinct from TypeScript: Focuses specifically on the frontend interface layer rather than the general language use or backend API servers
Explore 2 awesome GitHub repositories matching web development · Web Frontends. Refine with filters or upvote what's useful.
Dies ist eine TypeScript-Webanwendung und Single-Page-Application, die mit Angular erstellt wurde. Sie dient als voll ausgestattete Blogging-Plattform und Content-Management-System, das professionelle Architekturmuster für den Aufbau komplexer Benutzeroberflächen implementiert. Das Projekt fungiert als REST-API-Client, der in einen Backend-Dienst integriert ist, um Benutzer, Artikel und soziale Interaktionen zu verwalten. Es enthält einen Markdown-Content-Renderer zur Anzeige formatierter Artikel sowie ein System zur Content-Discovery mittels paginierter Feeds und Kategoriefiltern. Die Anwendung deckt verschiedene funktionale Domänen ab, einschließlich Benutzerauthentifizierungs-Workflows mit Token-basiertem Identitätsmanagement, Lebenszyklusmanagement von Blog-Artikeln sowie Social-Networking-Funktionen wie das Folgen von Autoren und das Favorisieren von Inhalten.
Developed as a type-safe web frontend using TypeScript to ensure robust interactions with backend services.
Eros-FE is a TypeScript web frontend designed as a React-based single page application. It provides a component-driven user interface for interacting with backend services and managing application state through a type-safe client. The project utilizes a client-side route manager to swap visible components without full page refreshes and employs a CSS-in-JS styling framework to tie component logic directly to visual presentation. The application covers frontend interface design, client-side state management, and the integration of browser interfaces with backend APIs.
Provides a type-safe TypeScript web frontend for interacting with backend services and managing application state.