You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgeCheck: A React-based user age validation app that enables users to input their information and validates age entries. It's designed for practicing React basics, featuring a user-friendly interface, real-time error handling, and a dynamic user list. A simple yet effective tool for ensuring accurate age information.
This web application is built using the React framework, utilizing useState and useEffect hooks for state management and handling side effects. Seamless navigation is provided through React Router, and data is shared between components via props.
In this project I have used the concept of React like props, hooks etc. The uniqueness in this project is the "ErrorModale" component which comes on the entire screen if there is any error while adding the user and their age and you can close it just by clicking at the backdrop black screen.
this project is about creating different web pages and showing the right content on each page when you click on links or enter specific URLs. It's a common structure for building websites with multiple pages and content.
React Pizza Menu is a simple project where I've used React to create an interactive pizza menu. It's perfect for beginners to learn about React components, JSX, props, and conditional rendering. While the pizza list is static for now, this project sets the stage for more exciting features in the future.
Todo Shopping List using ReactHooks, Here we are reading users inputs and displaying the list of items by using useState React Hook and notifying users about invalid entries if they happen to make and deleting items on clicking on particular item you want to delete