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
A simple react app using CRA template, Making Component Structure , Adding JSX Event Handlers, CSS Modules, State management using useState, passing data using component Tree(Parent-child vs), Two-way Binding, etc.
This repository contains a React class component that manages user authentication state. It dynamically renders login and logout components based on user interaction, demonstrating state management and conditional rendering.
Notification page main created with ReactJS as frontend, this was built with static passing props as a trial it can't be used as a notification component without major adjustments using json or context to pass the data.