About Me

I study BCA in my second semester and have a strong interest in programming. I am currently adept in HTML, CSS, and C programming. I like to develop web applications and experiment with new technologies.

Projects

Project 1

Spotify Clone

As part of learning to code,I completed a project that involved creating a basic Spotify clone using HTML, CSS, and JavaScript. This project was designed to showcase my skills in front-end web development...              ...

It is a responsive and user-friendly web application that allows users to play music.I used HTML and CSS to design and style the interface, and I implemented JavaScript to handle user input and interaction such as basic playback controls -play, pause, and next.I also gained experience working with version control tools such as Git and GitHub..

View Project
Project 2

Amazon Clone

The Amazon clone project i've created using JavaScript, CSS, and HTML is a simple yet functional replica of the Amazon e-commerce website. The project includes a header with a navigation bar containing various options such as search, language selection, and account management....

The main section of the page displays a message informing users that they are on the Amazon US website and providing a link to the Indian version of Amazon. A sidebar on the left side of the page includes various shopping categories, and the footer contains links to legal and policy information, copyright information, and a contact form. The project makes use of HTML5 for structuring the web page, CSS3 for styling, and JavaScript for functionality. The navigation bar is implemented using unordered lists and CSS for styling, and the search bar uses a combination of HTML input elements and JavaScript for functionality. The main section of the page is a simple paragraph element containing text and a hyperlink, and the sidebar is implemented using CSS Flexbox to create a responsive lait. The footer is implemented using HTML5 sectioning elements and CSS for styling. Overall, the Amazon clone project is a great example of how to build a functional and visually appealing e-commerce website using modern web technologies.

View Project
Project 3

Discord Clone

The Discord clone project you've created using JavaScript, CSS, and HTML is a full-featured chat application. It has a sidebar that displays a list of servers and channels, as well as an option to create a new channel            ...

When a channel is selected, it displays the channel name, a window with the message list, and an input field for typing new messages. The application also includes a thread view and a bottom bar with various icons and buttons. The sidebar is implemented using the Sidebar component, which has a top section displaying the user's name and an expandable section for the channels. The channels are grouped by category, and each category has a list of channels. The CustomChannelList component is used to display the channels, and it takes in the loaded channels and server information as props. The SidebarChannel component is used to display each channel, and it has a Channel component that contains a Window component for the message list and a MessageInput component for typing new messages. The Window component has a ChannelHeader component and a MessageList component. The application also includes a UserCard component that displays the user's name and image. This component is used in the server creation form, which has fields for the server name, category, and users. The form is implemented using the useState hook and has functions for handling changes to the form fields and creating the server. The bottom bar has various icons and buttons, including a microphone and speaker, and it tracks the active state of the microphone and audio. The user's image, name, and online status are displayed in the top right corner of the application. Overall, the Discord clone project is a well-designed and fully-functional chat application that uses JavaScript, CSS, and HTML to provide a seamless and user-friendly experience.

View Project

Languages