JeuDeMots


  • jeudemots.42borgata.com’s logo

    My project jeudemots.42borgata.com has been updated to have a new backend.

    Previously, the data was stored in the client side as a monolithic JSON. Now, we use a database. The JSON format is still used to transfer the data from the backend to the frontend.

    This changes allowed me to implement a backend UI to manage the data without to connect to the database administration panel. Jokes can be edited, inserted, and accepted in a simple way.

    I choose PHP to implement this, without a specific framework, that was for learning purposes only.

    Angular 13 / PHP 7.4 / MySQL / phpMyAdmin / XAMPP

    (suite…)

  • This website is the result of a training exercise using the Angular JS 1.7.8 framework.

    The only objective here was to understand the core principles behind AngularJS by doing a simple single-page app.

    NEW: This website has been updated

    AngularJS / Javascript / HTML / CSS / JSON