Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.69 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.69 KB

DOM Playground

Welcome to the VanillaJS-DOM-Playground repository! 🚀

This repository contains a collection of minor projects with a strong focus on JavaScript DOM manipulation. The projects are intentionally designed with minimal CSS, providing contributors with the opportunity to clone and modify the user interface according to their creative preferences.

Table of Contents

Introduction

The DOM Playground is a space for experimenting with JavaScript DOM interactions. The projects within this repository are intentionally kept simple, with a minimalistic CSS design. The primary objective is to encourage contributors to explore and enhance the user interface by leveraging their creativity in CSS styling.

Projects

The repository currently includes several minor projects, each focusing on different aspects of JavaScript DOM manipulation. Feel free to explore and contribute to any of the projects listed below:

  1. Project One: BMI Calculator

    • Description: A simple designed BMI calc, which calculates BMI based on height and weight provided by user
    • Contribution Opportunities: contributors can enhance its UI
  2. Project Two: CLOCK

    • Description: A simple designed Clock typically understanding its LOGIC
    • Contribution Opportunities: contributors can enhance its UI, and change date fromat via different methods
  3. Project Three: Color-Changer

    • Description: typically changes BG color based on clicks and mouseover
    • Contribution Opportunities: Adding different EventListners
  4. Project Four: Guess a Number

    • Description: user have to guess a number b/w 1 to 100, upto 10 times
    • Contribution Opportunities: A conributor can set the Range limit based on individual interest, and a Strong focus on CSS part by adding a External CSS File to it

How to Contribute

We welcome contributions from the community to make the DOM Playground even more engaging and diverse. Here's how you can contribute:

  1. Clone the Repository: Fork the repository and clone it to your local machine.
  2. Choose a Project: Select a project you're interested in enhancing or modifying.
  3. Implement Changes: Add your improvements to the project, focusing on JavaScript DOM manipulation and CSS styling.
  4. Create a Pull Request: Submit a pull request with your changes. Be sure to provide a clear description of your contributions.

Getting Started

To get started with the DOM Playground projects, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/dom-playground.git