KaziMuktadirAhmed / LearnJavaScript

Repository for storing practice scripts JavaScript tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice JavaScript

Projects

1️⃣ Forkify App ✅
2️⃣ Mapty ✅

How to run

use live-server to run the index.html file in the browser.
Intall command live-server in pc using npm
npm install -g live-server
To start live server navigate to the project directory in terminal. example: cd <dir>
Then start the live server with : live-server
The mapty project runs on live server.

To start the forkify app

Install dependencies: npm install
Start parcel dev server: npm start

Fundamentals ✅

Advanced DOM manipulation ✅

Arrays and data structure ✅

Object oriented programming ✅

Asychronus javascript ✅

Forkify App ✅✅

About

Repository for storing practice scripts JavaScript tutorial


Languages

Language:JavaScript 49.0%Language:HTML 23.9%Language:CSS 17.8%Language:SCSS 9.4%