A collection of small React projects to demonstrate various concepts and features.
Description: A simple counter app with increment and decrement functionality between 0 to 100.
Code: Simple Counter App
Description: The Model Data Card component is a reusable card that displays a title, description, and image. It is built using React, Tailwind CSS, and props to pass data to each instance...
Code: Simple Cards
Description: This is a simple password generator that generates random passwords. The user can specify the length of the password and whether it should include numbers and/or special characters...
Code: Simple password generator
Description: A simple React app that allows you to change the background color by clicking on buttons.
Code: Simple color changer
Description: This React component (Card.js) fetches random user data from the Random User API and displays it in a card format.
Code: Simple Profile changer Component through Api
Description : This react project is simpw is build by reactjs and css with random dictionary api
Code: Simple color changer
This is a simple Todo application built with React and styled with Tailwind CSS. It allows users to add, remove, and mark todos as completed. The app uses local storage to persist the todos, so they remain even after the page is refreshed.
Code: Simple todo app