Valisaurus / MakeMeLaugh

School project. We where making a useless webpage with JavaScript

Home Page:https://silicon-vali.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

Make Me Laugh

I like to laugh therefore I made a web-site with sounds of laughter.

Installation

No installation needed.

Code Review

  1. script.js:31 - Const div could be named card-item for easier understanding.
  2. script.js:60 - The body could be retrieved by calling document.body.
  3. script.js:67–90 - It’s similar code that could be run as a function that takes two parameters for the top and left offsets.
  4. script.js:95 - The mobile or desktop function could be run in a resize event as well.
  5. .gitignore - Should have an ignore for .DS_Store.

Testers

Tested by the following people:

  1. Robin Persson
  2. Anna Burmark

About

School project. We where making a useless webpage with JavaScript

https://silicon-vali.vercel.app/

License:MIT License


Languages

Language:JavaScript 46.5%Language:CSS 38.6%Language:HTML 14.8%