Guess the number Game with Vue.js

Guess the number. Game.


My confidence of having the enough knowledge about a Programming language/Framework is when I can make a "Guess the number game" with it. So here is the VueJS version of it! Here is a screenshot of it:

Image

Notes

  • Dirty and quick project
  • But still usable

.browserslistrc

> 1%
last 2 versions
not dead

.gitignore

.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

Download details:

Author: notkearash
Source: https://github.com/notkearash/guess-number-game

License: MIT license

#vue #vuejs 

Guess the number Game with Vue.js
1.05 GEEK