Netflix Clone is a clone of the Netflix website made in javascript. Project proposed and realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path. Here we learned the manipulation of classes, dynamic functions with apis call, javascript methods and conditions.
This project named Project 7 is a Restaurant Evaluation Site. It is a web application made with ReactJS (JavaScript library), Leaflet (Map/ Opensoure JavaScript library), Material-UI (React Js styled components) and Foursquare REST API (main fodder for consumed and integrated data). It shows on a map the restaurants of the Ange Raphael crossroads.
Weather App is a javascript web application Project proposed and realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path to get weather data from a free weather rest-api openweathermap and display it in our user interface. Here we learned how to manipulate rest-apis .
Fighting Game is a javascript game from Project realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path that pits two protagonists against each other by inflicting direct damage on each other's health points and each having a special healing function. Here we learned how to handle classes.