Todo list
Random advice app
Tenzies game
Theme changer
Profile final project
Login pageSignup pageHome pageList frindesAdd friend + invite friendJoin puplic gameCreate new gameGame roomGame show ruleGame room silent statusGame room discussionGame room voteGame room vote resultVictoryGame points + repeat game or back homeRank page
Nov 30, 2023index -> charts and statistics
Jul 24, 2023CORE MODULES GLOBALS global classes example (Math class) cont val = Math.abs(-5); global functions example (fetch) fetch('https://jsonplaceholder.typicode.com/todos/1') .then(response => response.json()) .then(json => console.log(json))
Jun 4, 2023TASK 1 Open git bash on your desktop. Create a new directory called git-test. Create an index.html file inside this directory using the terminal and create a simple page with HTML tags. Create a new repo on GitHub. Initialize git in your directory on your PC. Use git commands to push your folder to the GitHub repo. Create a new branch on the local repo called styling. Add a new file called style.css in the new branch and push changes in the new branch. Try to clone this repo in another folder.
Feb 17, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up