A simple, interactive table displaying data about periodic elements. π§ͺ
- Data Loading Simulation π‘: Mimics fetching data from a server.
- Editable Fields βοΈ: Edit all fields of each periodic element with ease.
- Field Filtering π: Filters across all fields, updating 2 seconds after input changes.
- Theme Toggle π: Switch between light and dark themes effortlessly.
- Angular 20 π
- Angular Material Components π¨
- NgRx Signal Store π¦
- Tailwind CSS π
- Nx & Nx Console β‘
To install dependencies, use the --legacy-peer-deps flag to avoid npm errors. Note that @ngrx/signals@19.2.1 is not yet updated for Angular 20 but works fine. Learn more about this issue Β»
npm install --legacy-peer-depsLaunch the development server with:
nx serveCreate a production build with:
nx build