EnigmaCMS-FrontEnd is the front-end repository for Enigma, described in its README as the official website of a web and coding club. Documentation is minimal: a single descriptive line plus repeated automated security-scan comments, with no setup, stack, or usage guidance.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONFrontend for Tuleva's Estonian pension onboarding web client, built with React and TypeScript, featuring migration from Redux to React Query and modern testing practices.
Reselect is a library for creating memoized selector functions, commonly used with Redux but also usable with any plain JS immutable data. Selectors compute derived data, avoid unnecessary recomputation, and can be composed.
Redux is a JavaScript library for predictable global state management. It helps write consistent, testable applications with a time-traveling debugger and rich ecosystem. Officially recommends Redux Toolkit for simplified setup.
A modified web browser built with Electron for responsive web development. It mirrors interactions across multiple device previews simultaneously, includes 30+ built-in device profiles, a unified elements inspector, one-click screenshots, and hot reloading. It also ships a built-in MCP server so AI coding agents can drive the app to visually verify responsive layouts.
A curated collection of 500 React interview questions and answers covering core concepts, hooks, Redux, routing, testing and more, aimed at helping developers prepare for React job interviews.
Pixel Art to CSS is a React-based online editor for drawing and animating pixel art, then generating CSS using box-shadow and keyframes. It supports palette customization, animation settings, project save/load, and export to static image, animated GIF, or sprite image.
Zustand is a small, fast React state management library using hooks. It provides a simple, unopinionated API for managing application state without boilerplate or context providers.