Web exercise - JavaScript Apps

During my summer break, I had to realize some "website apps" that works with JavaScript. My JavaScript teacher wanted that I maintain and improve my level in JavaScript by doing those exercises. I have developped 6 apps:
- A memory game. There are 20 cards, you revert 2 cards at the time, check them, let them reverted if they match. When they are all matched, the timer stops and if you have beat you time record, the best time is replace with your record time (the data is stocked in the "local storage).
- A lottery game (based on the "Euromillion" rules). You select your 5 numbers and 2 stars, you bet on those number, then you see the result. You begin with a wallet of 100€ that changes by your bets and your wins (the data is stocked in the "local storage).
- A "Tic Tac Toe" game. A simple grid that detects who has won the game or if it is a null game and restart the game with the player who has lost. It counts and displays the wins of each player.
- A "Parallax" page. You know this effect, and I succeed to build one, and more: if you go over an element, it rotates in perspective by the mouse position over the element.
- A currency converter. You select your start currency with its value, then you select your destination currency and you have the converted result! The currencies rate is base on an online table that relays on the Bitcoin value, so I have used the "$.ajax " for this exercise.
- A form that works with PHP. You select your fruits and then the order is treated in PHP. I have simply converted the fruits and their quantity in JSON arrays that are sent in PHP and re-interpreted in PHP arrays which are add in the database of the orders. Give it a try!
! All the images that I have used belong to Nintendo®, I wanted to give a "Animal Crossing" theme for these works !

Year: 2020

Domain: JavaScript interactivity

Technologies used:

HTML 5CSS 3JavaScriptjQueryPHP