PROJECT - 1

Color Changer

Basic Project made using HTML , CSS and Javascript. This project allows user to change the background color by clicking the "click me" button. colors are stored in an array and then accessed one by one.

PROJECT - 2

Hex Colors

This Project is made using HTML, CSS and Javascript. It changes the background with a click and also gives the hex code of the background color. The characters are stored in an array and then a hexcode is generated.

PROJECT - 3

Random Quote Generator

This project is made using HTML , CSS and Javascript. Random Quotes along with their author names are stored in an object and then are accessed randomly.

PROJECT - 4

Pass The Message

This is a basic project made using HTML m CSS and Javascript. Here the user is supposed to enter any text in the input field and that text is displayed below when we press "Enter" or submit button.

PROJECT - 5

Counter

This project is made using HTML , CSS and Javascript.The counter is initialised with 0 and it allows user to increment or decrement the value.

PROJECT - 6

Image Carousel

This project is made using HTML , CSS and Javascript. It is an Image carousel which allows user to go to next or previous image.Images are stored in a file and they are changed using the "replace()" method.

PROJECT - 7

Calculator

This Project is made using HTML , CSS and Javascript.The calculator can add , subtract , multiply and divide the expressions."eval()" function is directly used in this calculator to evaluate the given expression.

PROJECT - 8

Grocery List

This Project is made using HTML , CSS and Javascript.Grocery list allows user to input their text(grocery list item) and then it gets displays.The user can remove the text by clicking on it.

PROJECT - 9

Tip Calculator

This Project is made using HTML , CSS and Javascript.Tip calculator calculates the tip amount.The user needs to input the bill amount,no. of guests and quality of service and based on it the tip is calculated.

PROJECT - 10

Flashcards

This Project is made using HTML , CSS and Javascript.Flashcard allows the user to input the question and its answer and then the question is displayed on a card.To get the answer, the user need to click the card.

PROJECT - 11

To-Do list

This Project is made using HTML , CSS and Javascript.To-do list allows the user to input a task and that task is displayed on the screen.The task can be later marked as done or can also be deleted.

PROJECT - 12

Sticky Notes

This Project is made using HTML , CSS and Javascript.Sticky notes allows the user to create multiple notes.The user need to double click on the "create note" button initially and then a note is displayed.

PROJECT - 13

Image Generator using API

This Project is made using HTML , CSS and Javascript.Image generator uses Unsplash API to fetch images.User need to search the image on the search bar using appropriate keyword.