This repository collects learning materials, examples, and small projects for full web development (HTML/CSS/JS) and back-end Java topics used during a course or self-study.
- HTML, CSS, JavaScript exercises and small projects.
- Bootstrap, jQuery, React and Node/Express examples.
- Java, Advanced Java, Spring, Spring Boot, Hibernate, MongoDB and related backend materials.
_01_Html/— HTML examples & projects_02_CSS/— CSS lessons and small projects_03_JS/— JavaScript lessons and demos_04_Bootstrap/— Bootstrap examples_05_JQuery/— jQuery examples_06_Java/— Core Java exercises_07_MongoDB/— MongoDB notes and examples_08_Back_End_DeveIopment_(Advance_Java)/— advanced Java backend_09_Hibernate_(Advanced_Java_Framework)_in_eclipse/_10_Spring_Framework_(Spring_Core)/_11_Spring_Boot_Framework(STS-Spring Tool Suite)/_12_Node.js And Express Crash Course with MongoDB/_13_React_JS/
(Several folders contain many lesson files; browse them to find specific topics.)
-
For static HTML/CSS/JS files: open the HTML files in your browser (double-click), or run a simple local server for routing and fetch requests.
From PowerShell or Command Prompt (run in repository root):
python -m http.server 8000
Then open
http://localhost:8000/in your browser. -
For backend projects (Java, Spring, Node): open the relevant folder and follow that folder's instructions (if present). Use your IDE (Eclipse/STS/IntelliJ) or Node/Java build tools as appropriate.
- This repository appears to be a personal learning collection. To contribute improvements or corrections, create an issue or open a pull request with a clear description of changes.
- No license is included. If you want to share or publish this material, add a
LICENSEfile.
If you'd like, I can: (1) expand sections with more details, (2) add a per-folder README, or (3) commit the file to git — tell me which next.