Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianhi/colony-counter
- Owner: ianhi
- Created: 2020-04-22T02:00:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T00:02:06.000Z (6 months ago)
- Last Synced: 2024-10-17T22:01:05.365Z (3 months ago)
- Language: CSS
- Size: 4.77 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`