JavaScript

Tic-Tac-Toe in JavaScript

Tic-Tac-Toe in JavaScript

To take a break from the other projects this weekend I worked on a Tic-Tac-Toe game in JavaScript. The basic instructions I had for myself was it needed to be able to be played by 1 or 2 people. I started with creating the game for 2 players. Thinking that if I can...

CMYK converter added

CMYK converter added

CMYK is a tricky one, since each device would interpret the colors differently. Had almost decided not to even include it but thought it could be useful at times. Looking around I found a basic formula that most people were using to give a rough idea for the color. I...

Conversion Iteration #2: Color

Conversion Iteration #2: Color

For iteration #2: I added Hex color to RGB to the conversion app page converter. Hex: This will take the 6-digit hex color only accepting 0-9 and A-F. Then it will convert the Hex to RGB with commas between the 3 color grouping. RGB: For the RGB to Hex the user will...

Measurement Conversion created in JavaScript

Measurement Conversion created in JavaScript

Created my own conversion page, some of the reasons for this, you may have run across these issues also: ton of ads on page and overlay ads; the ads and the converter all look the same; the one that made me decide to create my own was the conversion was wrong. While I...

Super simple calculator in JavaScript

Super simple calculator in JavaScript

Working on a JavaScript idea a simple calculator, as a weekend project, that took a little over a week, I used this post on FreeCodeCamp for the inspiration and help in working through the app. I created this calculator as an MVP (Minimal Viable Product), a way to get...

JavaScript Algorithms and Data Structures Certification

JavaScript Algorithms and Data Structures Certification

Earned certification from Free Code Camp on JavaScript Algorithms and Data Structures. This involved going through about 300 hours of interactive lessons (write code into their program that checks if it's correct) and creating 5 JavaScript programs: Palindrome...

Roman number converter

Roman number converter

While finishing up the JavaScript lessons in Free Code Camp we had to build a Roman numeral converter to take a number from 1 to 3999* and convert it to the Roman numerals. Spending some time with it I thought this would be a good program to create a web app. I...

Tip Calculator Programs

Tip Calculator Programs

To keep in practice with programming, I looked up programming samples and seen the Tip Calculator as a sample project that showed up on several programming practice lists. I did some feature creep on the idea to include more items. This way it wasn’t the same tip...

Pin It on Pinterest