Skip to content

A growing collection of small JavaScript practice projects, focused on DOM manipulation, interactivity, and clean UI. Each project is a self-contained module with its own folder and live demo.

Notifications You must be signed in to change notification settings

Anaskaysar/Simple_JavaScript_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Simple JavaScript Projects

A growing collection of small JavaScript practice projects, focused on DOM manipulation, interactivity, and clean UI. Each project is a self-contained module with its own folder and live demo.

🌐 Live Homepage

👉 Explore Projects on GitHub Pages
Browse and test all projects directly from your browser.


📁 Project Structure

Simple_JavaScript_Projects/
│
├── index.html              # Homepage with project list
├── style.css               # Styles for homepage
│
├── 01_Guess_My_Number/     # Project folder
│   ├── index.html
│   ├── style.css
│   └── script.js
│
├── 02_Another_Project/
│   └── ...

Each project lives in its own folder with a minimal and isolated structure.


✅ Completed Projects

Project Description Live Demo
🎯 Guess My Number A number guessing game using DOM interaction Launch

More projects will be added regularly as I progress.


🚀 Getting Started Locally

If you'd like to clone and run the site locally:

git clone https://github.com/Anaskaysar/Simple_JavaScript_Projects.git
cd Simple_JavaScript_Projects
# Open index.html in your browser

📚 What I’m Learning

  • JavaScript fundamentals
  • DOM selection and manipulation
  • Event handling and game logic
  • Component structure and code organization
  • Responsive layouts with pure HTML/CSS

🛠 Planned Additions

  • 🔢 Counter & Timer
  • 🧾 Quote Generator
  • 🛒 Simple Cart
  • ✅ Todo List with LocalStorage
  • 🎨 Theme Switcher

🙋‍♂️ Author

Anaskaysar


📝 License

This project is open-source and free to use under the MIT License.

About

A growing collection of small JavaScript practice projects, focused on DOM manipulation, interactivity, and clean UI. Each project is a self-contained module with its own folder and live demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published