https://github.com/ihatetoast/doglog
simple node app for logging foster dog data
https://github.com/ihatetoast/doglog
cli-table inquirer nodejs
Last synced: 11 months ago
JSON representation
simple node app for logging foster dog data
- Host: GitHub
- URL: https://github.com/ihatetoast/doglog
- Owner: ihatetoast
- Created: 2018-05-01T02:31:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T01:46:12.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T18:51:45.973Z (about 1 year ago)
- Topics: cli-table, inquirer, nodejs
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dog Log
Dog Log is a simple node journaling app to keep track of incoming foster dogs because the turnover from foster to adopted out can make it hard to remember them.
Using just the command line, I can enter a dog's name, color, sex, and basic personality description. I can also delete a dog from the list and retrieve all or one.
## Demo:

### Toolbox:
* NodeJS
* Inquirer
* Colors
* Cli-Table