Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianhi/colony-counter

small tool for counting colonies on an agar plate
https://github.com/ianhi/colony-counter

Last synced: 2 months ago
JSON representation

small tool for counting colonies on an agar plate

Awesome Lists containing this project

README

        

# colony-counter

A dead simple colony counter in the browser. Try it at https://ianhi.github.io/colony-counter/

### Roadmap
Contained in the issues, ordered by priority:
- [Fundamental](https://github.com/ianhi/colony-counter/issues/2)
- [Nice](https://github.com/ianhi/colony-counter/issues/4)
- [The dream](https://github.com/ianhi/colony-counter/issues/3)

### Development

To build and see result in the colony-counter folder run the following commands:
```bash
yarn
yarn watch
```

if you open the local host server then it will automatically reload when you make any changes.

### Checking lint:
`yarn eslint`