- ** 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 and logout button
- ** 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
- ** In Add craft item you can add new craft and submit the “Add” button, these data will be stored in your database and you will show a success message through sweet alert.
- ** In All Art & Craft Items page where you will see all the art & craft items all the users have added to the database. and when click on view details buttons it will redirect you to details page.
- ** In My Art&Craft List page you can see all the arts & crafts you added to the database.In this also you filter your data based on customization.
- ** When the user clicks the “update ” button it takes the user to the update page. on this page user can update his craft information.
- ** When the user clicks the delete ” button clicked item will be removed from the database.
- ** In Art & Craft Categories page user can see category based data.
- **On the right side of profile icon there i implement theme controller.
- react-hot-toast uses to show alert
- react-helmet-async uses to show dynamic routes
- react-tooltip uses to show tooltip
- react-icons uses for icons
- react-awesome-reveal uses for animation
- lottie-react uses for video animation
- swiper js uses for slider
git clone https://github.com/RakibHossen678/CreativeCanvasHub-Client
npm install
npm run dev