Skip to content

This repository contains my complete journey of learning Full Stack Web Development with Java and modern web technologies.

Notifications You must be signed in to change notification settings

AbhaySharma3666/WebDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

236 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Web Development with Java — Code & Exercises

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.

Overview

  • 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.

Repository structure (top-level folders)

  • _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.)

Getting started

  • 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.

Contributing

  • 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.

Notes

  • No license is included. If you want to share or publish this material, add a LICENSE file.

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.

About

This repository contains my complete journey of learning Full Stack Web Development with Java and modern web technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published