Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 2.29 KB

File metadata and controls

61 lines (52 loc) · 2.29 KB

JavaScript Project Overview

This repository contains a collection of HTML, JavaScript, and related assets for learning and experimenting with DOM manipulation and other web concepts.

Directory Structure

JavaScript/
├─ exercise-div.html
├─ exercise.html
├─ form-functions.html
├─ json-string.html
├─ output-positions.html
├─ patterns.html
├─ styles.html
├─ tp dom (2).html
├─ tp-dom.html
├─ tp.html
├─ try.html
├─ exercise-interface/   (subdirectory)
├─ exercise-thursday/   (subdirectory)
├─ jquery/              (subdirectory)
├─ regex/               (subdirectory)
├─ tp-global/           (subdirectory)
└─ tp-saturday/         (subdirectory)

Files Description

  • exercise-div.html – Demonstrates basic DOM manipulation with a <div> element and a button to change its content.
  • exercise.html – General exercise page (content not shown here).
  • form-functions.html – Example of handling form inputs via JavaScript.
  • json-string.html – Shows how to work with JSON strings in the browser.
  • output-positions.html – Illustrates positioning of output elements.
  • patterns.html – Contains various JavaScript patterns and snippets.
  • styles.html – Simple stylesheet examples.
  • tp dom (2).html – Tutorial page for DOM topics (second version).
  • tp-dom.html – Another DOM tutorial page.
  • tp.html – General tutorial page.
  • try.html – Sandbox for trying out code snippets.

Subdirectories

  • exercise-interface/ – Contains several HTML files and assets related to interface exercises:

    • Preview.JPEG.jpg
    • controle_tp04.html
    • exercice-interface1.HTML
    • exercice-interface2.html
    • exercice-interface3.html
    • exercice-interface4.html
    • projet_log_in.rar (archive of a login project)
    • tp4_v.2.html
    • tp_cour_DOM_form.html
  • exercise-thursday/ – (currently empty, placeholder for Thursday exercises).

  • jquery/ – Contains jQuery related files (currently a single file).

  • regex/ – Holds regular expression examples and exercises.

  • tp-global/ – Global tutorial files.

  • tp-saturday/ – Saturday tutorial files.

Feel free to explore each file to see the examples and modify them as needed for your learning journey.