A UI for the JavasScript intermediate algorithms

Hi All-

I’m really enjoying working through the intermediate algorithm scripting module but I’ve found that it’s easy to lose sight of how this all connects back to web development. If you’ve ever asked yourself how the console results impact what a user sees on a web page, then you know exactly what I’m talking about.

So, I decided to build a mini project, essentially a website and user interface for each of the challenges. For each algorithm problem, I’ve built an HTML form that accepts the unique arguments/ parameters and displays the results.

The page can be found here: https://www.fcc-algorithms.com;

Any and all feedback welcome.

Thanks!

Tim

1 Like

Hi @tim_d !

Welcome to the forum!

I like your project!
Congrats!

I would work on responsiveness.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.