Interactive web application in JavaScript that allows user to calculate solutions for problems from Project Euler.
Please see live version here:
The goal of this project was to use JavaScipt to write algorithms for solving problems from Project Euler website.
Project Euler is a series of challenging mathematical/computer programming problems that require mathematical insights and the use of a computer and programming skills to be solved.
You can visit, read more and join it here: https://projecteuler.net/
- HTML5 & CSS3;
- vanilla JavaScript;
- algorithms;
- DOM Manipulation;