PROJECTS
Portfolio Website
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.
Tic Tac Toe
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.
Monk Kanye
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.
Library
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
Magic Notes
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
News Website
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.
RegEx Form
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.
Spotify Clone
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.