ham

PROJECTS

Title

Portfolio Website

About

Created a dynamic and completely responsive portfolio website for myself using HTML,CSS and JAVASCRIPT. Learned many new concepts like various units in CSS or creating a hamburger menu and many more like these.

Title

Tic Tac Toe

About

A Website to play the game of Tic Tac Toe with your friends. This website is completely responsive and is made using HTML,CSS and JAVASCRIPT. Learned a lot about logic building.

Title

Monk Kanye

About

Intended to be a fun chrome extension for the users, created this to learn more about how a chrome extensions work. Learned about need and working of manifest files and their versioning and also published this extension on chrome web store.

Title

Library

About

This website is made for a library which issues books to users. It maintains the record of the users to whom the books have been issued along with the book name

Title

Magic Notes

About

Through JavaScript this website stores your notes even if you refresh the page which is made possible using local storage feature of browser through JavaScript

Title

News Website

About

This website implements API concepts. The API which was is being used to fetch news is NEWSAPI The API here is fetched through XMLHTTPREQUEST() by making a GET request to the API along with API key in the URL.

Title

RegEx Form

About

This is form for a Vehicle Renting Company which takes Name, Phone Number, Email, Address and choice of car as input.Here Regular Expression is used to match whether the input given matched the input required for the field.

Title

Spotify Clone

About

Created a fully functioning Spotify Clone with HTML,CSS and JavaScript.Learned about events revolving around play and pause like onplay,onpause and ontimeupdate etc.

Title

Drums

About

Created a a website which detects and responds with musical sounds corresponding to the pressed key from the keyboard with the help of keyboard events.