tarunbommali
Passionate Coder | Proficient in JavaScript, React.js,Redux, Git, Github, Tailwind. Seeking to contribute to innovative projects and advance in IT.
Hyderabad'
tarunbommali's Stars
Praveen0117/Youtube-Clone
mongodb-developer/mern-stack-example
Mern Stack code for the Mern Tutorial
himadriraj29/Python_DSA
GFG DSA Codes
Anil-matcha/Hiring-Test
Hiring Test for EmbedAI
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
chetannada/Namaste-React
❤ 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
mounika2121/NxtSlides
ShivaBhattacharjee/Muxik
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 seamless and immersive music listening experience through the platform.
tarunbommali/CoinTossGame
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 displays the current toss result and counts in real-time.
tarunbommali/ReviewApp
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 review index in its state when the arrow buttons are clicked to show different reviews.
tarunbommali/LettersCalculator
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 conditional rendering while following best practices for accessibility and styling.
tarunbommali/CashWithdrawal
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, with the balance updating accordingly.
tarunbommali/RandomNumberGenerator
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 (Object Syntax).
tarunbommali/SimpleTodos
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 list. The "Delete" button's inclusion showcases React's ability to manage user interactions, adding crucial interactivity to the application.
tarunbommali/DestinationSearch
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 search criteria. It uses the DestinationItem component to display individual destination items in the search results.
tarunbommali/LoginApp
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 displayed changes based on their login status.
tarunbommali/EvenOddApp
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 component state.
tarunbommali/ClickCounter
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.
tarunbommali/Speedometer
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.
tarunbommali/FruitsCounter
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.
tarunbommali/WelcomApp
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 "Subscribed" and "Subscribe."
tarunbommali/ShowHideApp
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 seamlessly toggle the display of both first and last names through intuitive buttons, offering a flexible and interactive data presentation solution.
tarunbommali/LightDarkMode
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 and interactive way to change the visual theme of a web application.