/FreeCodeCampAssignments

A repository for my FreeCodeCamp work

Primary LanguageJavaScript

FreeCodeCampAssignments

A repository for my FreeCodeCamp work

Tribute

Profile

Random Quote Generator

Weather

Wikipedia Viewer

Twitch TV

Calculator

Pomodoro Clock

Tic Tac Toe

Simon Game

NOTES

Weather

  • Still under testing for time and season system (changing background images based on time and season)
  • Very slow especially on mobile devices (still a bit slow after the speed update)A second or two load on any major devices
  • Geolocation does not support Chrome version 50 and over if not in https[FIXED]
  • Weather not loading on Firefox anymore. Seems like an issue on Fireox side since all websites using geolocation does not seem to workSwitch on method of getting the user location[RESOLVED]
  • Weather not loading on Firefox anymore due to Firefox unable to retrieve geo coordinates after Firefox new update. Suspecting Firefox's new implementation on Strict Secure Cookies[RESOLVED]]Reverted to HTML5 geolocation
  • [May 21 2017] Weather does not work on Firefox again

Simon Game

  • REPORTED BUG 1: When player clicks two buttons very fast, creates a weird echo noise[RESOLVED]
  • BUG 2: When player spams start continously, the program creates a weird echo noise due to the sounds from the previous game has not ended [Fixed]
  • BUG 2: When game is on strict mode, if player continously press the wrong key very fast to get incorrect moves several times, the game will create an echo noise due to the sounds from the previous game has not ended. [Fixed]
  • Big 3: Counter increments when it's not supposed to. When game starts, if a player quickly presses a key, then the counter would increment regardless if the player plays the correct move or not[Fixed]
  • FEEDBACK: The button when clicked should only indent (add pressing animation) to the color of the button rather than then entire button itself(shaped in quater of a circle)