- ** If a user is logged in, the user image will show on the Navbar and When you hover over the user image it will show the user name.
- ** In register page you can create new user with name , password , email and PhotoURL.
- ** In register page you login with registered email . And also you can login with Google, Github and Facebook account
- ** When the user clicks the “View Property” button it takes the user to the Estate Details page. This page is a protected route.
- ** In User Profile page you see image , email, name , photo URL .This page is also a protected route
- ** By clicking on 'Update Profile' button user can update photoURL and name
- react-hot-toast uses to show alert
- sweetalert2 uses to show alert
- react-hook-form uses to handle user inputs
- AOS Package uses for Animation
- swiper js uses for slider
git clone https://github.com/RakibHossen678/HavenlyHomes
npm install
npm run dev