Willbeckh / js-dom-basics

Javascript DOM manipulation practice exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript DOM manipulations.

by Willbeckh

Javascript DOM manipulation practice exercise.


This is a practice session of how to interact with html using javascript.

  • listening for a button click.
  • perfoms a form validation(no empty submits).
  • redirects user to homepage.

setup

git clone https://github.com/Willbeckh/js-dom-basics.git

use live-server to load index.html

details

form design from mdb.

made with ❤️ by willlbeckh

About

Javascript DOM manipulation practice exercise.

License:MIT License


Languages

Language:HTML 64.4%Language:JavaScript 28.8%Language:CSS 6.8%