Skip to content

GalaxyRider111/Proj1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner Website

Simple starter website for learning HTML, CSS, and JavaScript.

Features

  • Single-page structure (index.html)
  • Basic styling (styles.css)
  • Simple interactivity (main.js)
  • Mobile-friendly layout

Prerequisites

  • Web browser (Chrome, Firefox, Edge, etc.)
  • Text editor (VS Code, Sublime, Notepad++, ...)

Getting started

  1. Create project folder and files:
    • index.html
    • css/styles.css
    • js/main.js
  2. Open index.html in your browser:
    • Double-click the file, or
    • Use a local server (recommended for fetch/module testing)

Optional local server commands:

  • Python 3: python -m http.server 8000
  • Node (http-server): npx http-server .

Usage

  • Edit index.html to change content and structure.
  • Edit css/styles.css to change appearance.
  • Edit js/main.js to add interactivity.
  • Refresh the browser to see changes.

Example file structure

/project-root
  ├─ index.html
  ├─ css/
  │   └─ styles.css
  └─ js/
        └─ main.js

Tips for beginners

  • Keep HTML semantic (use headings, paragraphs, lists).
  • Use class names to style groups of elements.
  • Test layout on small and large screens (browser devtools).

Contributing

  • Make changes in your editor, test locally, and save.
  • Provide clear comments for others (or future you).

License

MIT — use and modify freely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published