Restaurant Page
An early exercise in JavaScript DOM manipulation. Using the buttons, explore this fictional landing page.
Restaurant Page
An early exercise in JavaScript DOM manipulation. Using the buttons, explore this fictional landing page.
Weather App
Get your local weather in detail. Practicing async JavaScript by fetching and displaying data from an API.
"Admin" Dashboard
Going all out with display: grid!
Using the auto-fit property, the main cards' dimensions and positions are set dynamically.
Knight's tour
A boardless solution to the knight's tour problem:
a sequence of moves by a knight on a chessboard to visit each square exactly once.
Binary Search Tree Driver
Learning about Data Search Algorithms. An array of numbers is sorted and de-duplicated, then a binary search tree is created and a level order traversal is carried out. Check out the developer console: Press (F12)


