This project demonstrates a complete authentication flow in React.js using cookies for session management. It includes:
Secure Login and Logout functionality
Cookie-based authentication (store & validate user sessions)
Protected routes with redirect to login if unauthenticated
Redirect to Home page after successful login
Clean and reusable React components
Perfect for learning or integrating authentication into React applications.