*meaning 'random' in French
Trying to learn various JS libraries (jQuery, react, etc). Projects included will be pretty basic stuff as I slowly get the hang of things. Folders are categorised based on library used.
Basic calculator app that only does basic operations without caring for Order of Operations. done using jQuery
Generates n number of random wikipedia articles (n is capped at 15 for now). used jQuery and ajax. links are generated one at a time making it a bit slow but it works.
Converts all line breaks into <br>. Will eventually try to do more but for now that's kind of the purpose.
Opening the page will show 2 extra links that lead to other projects. This is (admittedly) a temporary solution given glitch.me stopped hosting sites so for now, we're going with this. I have labeled which links lead to glitch projects
- Caesar's Cipher: Using Caesar's Cipher and perhaps some pattern recognition, try to uncover the original message by shifting letters
- Perfect n: Checks whether a number is a perfect number. It also displays the factors of the number entered.