Add inputlib to projects list
This commit is contained in:
parent
ddadffc69d
commit
92320382e7
@ -138,6 +138,21 @@
|
||||
"img_src": "/assets/images/projects/ner-search.jp2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "InputLib",
|
||||
"description": "InputLib is a small and easy-to-use Java library for working with text-based user inputs in a terminal. InputLib is designed to reduce messy safety-checking code without sing a large parsing library like ANTLR",
|
||||
"text_buttons": [],
|
||||
"icon_buttons": [
|
||||
{
|
||||
"icon": "fab fa-github",
|
||||
"url": "https://github.com/Ewpratten/inputlib"
|
||||
},
|
||||
{
|
||||
"icon": "fas fa-book",
|
||||
"url": "https://ewpratten.retrylife.ca/inputlib"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "SmallTools",
|
||||
"description": "SmallTools is a collection of programs and tools that are too small to get their own GitHub repository. I mainly use these as a learning tool for trying out new languages, libraries, and ideas.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user