https://github.com/funnyboy-roks/random-javascript-projects
This is a repo of the random JS projects that I work on
https://github.com/funnyboy-roks/random-javascript-projects
data-structures hexadecimal-color javascript math
Last synced: 3 months ago
JSON representation
This is a repo of the random JS projects that I work on
- Host: GitHub
- URL: https://github.com/funnyboy-roks/random-javascript-projects
- Owner: funnyboy-roks
- License: mit
- Created: 2020-09-04T23:30:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T03:23:39.000Z (over 3 years ago)
- Last Synced: 2024-12-27T18:25:48.139Z (5 months ago)
- Topics: data-structures, hexadecimal-color, javascript, math
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random-JavaScript-Projects
This is a repo of the random JS projects that I work on## Projects:
* ### [Hexadecimal to Minecraft Conversion](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Hexadecimal-To-MC-Conversion)
A simple converter that converts normal hex codes to ones that can be used on a specific Minecraft server (farlandsmc.net)* ### [Factor Calculator](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Factor-Calculator)
A simple factor calculator that can calculate the factors of a number.* ### [Goldbach Conjecture](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Goldbach-Conjecture)
A script that will work through the [Goldbach Conjecture](https://en.wikipedia.org/wiki/Goldbach%27s_conjecture "Wikipedia")* ### [Hex Word Generator](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/hex-word-gen/client) [(Live)](http://funnyboyroks.com/Random-JavaScript-Projects/hex-word-gen/client/)
A simple button that will create a random hexadecimal value that works as a word, like `facade` or `c0ffee`