An open API service indexing awesome lists of open source software.

https://github.com/artifixal/chemflow


https://github.com/artifixal/chemflow

angular angular-material angular20 example signalstore

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ChemFlow

View displaying periodic elements in a table. Allows users to edit a selected element.

## Development server

To start a local development server, run:

```bash
ng serve
```

Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.

## Building

To build the project run:

```bash
ng build
```

## Images

### Periodic table
![UI preview](uiPreview.jpg)

### Periodic element edit
![Edit preview](uiEditPreview.jpg)