_ web based Cli themed card game _
How to see the project
if you are familiar with docker you can just type
docker-compose up -d
and start the project
bugs to fix:
- tap completion doesn't work [Done]
- upArrow and down Arrow doesn't work [Done]
- google, duckduckgo bing reddit search url error[Done]
- why input field is on the top no matter what [Done] - Wrap the history components in ul tag
- add Font []
- Trim off the unnecessary text in weather api[Done]
- echo command with possible attack... [Done] solved with regex ... but was unable to run javascript
functions to add:
- c + ctrl functionality ... no need
- cd .... Probably not
- ls .... probably not
- echo [Done]
- theme[Done]
- when command exists show green text[Done]
- send twitter []
- send email []
- text trump card game []
Things to do
- change the repo and info to my info
- add text art [Done]
- async callback for api [Done]
- Docker Containerize the app [Done] docker-compose up -d / docker-compose down -v --remove-orphans
- bash script for easy set up []