Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.05 KB

_ 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:

  1. tap completion doesn't work [Done]
  2. upArrow and down Arrow doesn't work [Done]
  3. google, duckduckgo bing reddit search url error[Done]
  4. why input field is on the top no matter what [Done] - Wrap the history components in ul tag
  5. add Font []
  6. Trim off the unnecessary text in weather api[Done]
  7. echo command with possible attack... [Done] solved with regex ... but was unable to run javascript

functions to add:

  1. c + ctrl functionality ... no need
  2. cd .... Probably not
  3. ls .... probably not
  4. echo [Done]
  5. theme[Done]
  6. when command exists show green text[Done]
  7. send twitter []
  8. send email []
  9. text trump card game []

Things to do

  1. change the repo and info to my info
  2. add text art [Done]
  3. async callback for api [Done]
  4. Docker Containerize the app [Done] docker-compose up -d / docker-compose down -v --remove-orphans
  5. bash script for easy set up []