├── Js projects ├── Catch me if you can │ ├── index.html │ ├── script.js │ └── style.css ├── Change Color and Shape │ ├── index.html │ ├── script.js │ └── style.css ├── Drag me │ ├── index.html │ ├── script.js │ └── style.css ├── Five Digit Up Counter │ ├── index.html │ ├── script.js │ └── style.css ├── Move the ball │ ├── index.html │ ├── script.js │ └── style.css ├── Ping pong game │ ├── index.html │ ├── script.js │ └── style.css └── Toggle mode │ ├── index.html │ ├── script.js │ └── style.css └── README.md /Js projects/Catch me if you can/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Catch me if you can/index.html -------------------------------------------------------------------------------- /Js projects/Catch me if you can/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Catch me if you can/script.js -------------------------------------------------------------------------------- /Js projects/Catch me if you can/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Catch me if you can/style.css -------------------------------------------------------------------------------- /Js projects/Change Color and Shape/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Change Color and Shape/index.html -------------------------------------------------------------------------------- /Js projects/Change Color and Shape/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Change Color and Shape/script.js -------------------------------------------------------------------------------- /Js projects/Change Color and Shape/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Change Color and Shape/style.css -------------------------------------------------------------------------------- /Js projects/Drag me/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Drag me/index.html -------------------------------------------------------------------------------- /Js projects/Drag me/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Drag me/script.js -------------------------------------------------------------------------------- /Js projects/Drag me/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Drag me/style.css -------------------------------------------------------------------------------- /Js projects/Five Digit Up Counter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Five Digit Up Counter/index.html -------------------------------------------------------------------------------- /Js projects/Five Digit Up Counter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Five Digit Up Counter/script.js -------------------------------------------------------------------------------- /Js projects/Five Digit Up Counter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Five Digit Up Counter/style.css -------------------------------------------------------------------------------- /Js projects/Move the ball/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Move the ball/index.html -------------------------------------------------------------------------------- /Js projects/Move the ball/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Move the ball/script.js -------------------------------------------------------------------------------- /Js projects/Move the ball/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Move the ball/style.css -------------------------------------------------------------------------------- /Js projects/Ping pong game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Ping pong game/index.html -------------------------------------------------------------------------------- /Js projects/Ping pong game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Ping pong game/script.js -------------------------------------------------------------------------------- /Js projects/Ping pong game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Ping pong game/style.css -------------------------------------------------------------------------------- /Js projects/Toggle mode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Toggle mode/index.html -------------------------------------------------------------------------------- /Js projects/Toggle mode/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Toggle mode/script.js -------------------------------------------------------------------------------- /Js projects/Toggle mode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ritikadhawan/Javascript-mini-projects/HEAD/Js projects/Toggle mode/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Javascript-mini-projects --------------------------------------------------------------------------------