Skip to content
View tarunbommali's full-sized avatar

Block or report tarunbommali

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Beta Lists are currently in beta. Share feedback and report bugs.
Showing results
JavaScript 1 Updated Jul 15, 2024

Mern Stack code for the Mern Tutorial

JavaScript 301 270 Updated Jul 16, 2024

GFG DSA Codes

Python 2 Updated Jun 19, 2022

Hiring Test for EmbedAI

3 2 Updated Apr 9, 2024

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

TypeScript 291,551 38,583 Updated Sep 17, 2024

❤ Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste React Live Course #namaste #javascript #react

JavaScript 1,894 997 Updated Sep 3, 2024
JavaScript 3 1 Updated May 14, 2023

Muxik is a music streaming and downloading platform developed on ReactJs. It provides users with a wide variety of songs, albums, playlists, and artists across different genres. Users can enjoy a s…

JavaScript 18 8 Updated Feb 10, 2024

This code creates a simple React application for a coin toss game. Users can click the "Toss Coin" button to simulate a coin toss and track the number of heads and tails that have appeared. The UI …

HTML 1 Updated Oct 26, 2023

This code is a React component for displaying a review carousel, and it allows users to navigate through reviews using arrow buttons. It takes a list of reviews as a prop and updates the active rev…

JavaScript 1 Updated Oct 27, 2023

This code demonstrates a React component that calculates and displays the number of letters in a user-entered phrase. It showcases concepts like state management, event handling, JSX, and condition…

CSS 1 Updated Oct 24, 2023

this code forms the foundation for a simple cash withdrawal application using React. Users can interact with the interface to choose different denominations and withdraw money from their account, …

CSS 1 Updated Oct 24, 2023

The component's primary purpose is to generate and display a random number within the range of 0 to 100. The code utilizes class component structure, state management, and the setState() method (Ob…

HTML 1 Updated Oct 22, 2023

This code that allows users to search for destinations based on their input. The component maintains a state for the search input and dynamically updates the displayed results based on the user's s…

JavaScript 1 Updated Oct 24, 2023

This code represents React's prowess in crafting dynamic user interfaces. It masterfully employs component composition, state control, and prop transmission to seamlessly present a functional todo …

HTML 1 Updated Oct 24, 2023

This code provides a basic example of how to handle conditional rendering and state management in a React application to create a user login system. Users can log in and out, and the message displa…

HTML 1 Updated Oct 22, 2023

This code showcases conditional rendering by dynamically changing the content based on whether the count is even or odd, providing a clear example of how React can manage and update the UI based on…

HTML 1 Updated Oct 22, 2023

This code is used to create a simple web page with a button that increments a counter when clicked. It's a basic example of a React component for learning and practicing React development.

HTML 1 Updated Oct 21, 2023

This code represents a simple and interactive speedometer application using React, allowing users to control the speed within defined limits and see the speed displayed on the user interface.

HTML 1 Updated Oct 21, 2023

This React component, "FruitsCounter," tracks mango and banana consumption by "Bob." It offers a fun interface to increase counts when clicking "Eat Mango" or "Eat Banana" buttons.

HTML 1 Updated Oct 21, 2023

This code defines a React component called Welcome. It displays a simple welcome message with an option to subscribe or unsubscribe. Clicking the button toggles the subscription status between "Sub…

HTML 1 Updated Oct 21, 2023

The "ShowHide" React component is a versatile and dynamic user interface element designed to empower users with control over the visibility of specific information. With this component, users can s…

HTML 1 Updated Oct 21, 2023

This React component, "LightDarkMode," offers a user-friendly interface to switch between light and dark modes. Clicking the button toggles the mode and updates the UI accordingly. It's a simple an…

HTML 1 Updated Oct 21, 2023