Live Site Link (Server) : https://smartphone-warehouse-saad.herokuapp.com
Live Site Link (Client) : https://smartphone-warehouse-saad.web.app
This website is made for smartphone stock and sell.
- manage-inventories, add-inventory, my-inventory, dashboard routes are protected
- will show 404 page for invalid route
- redirect manage-inventories, add-inventory, my-inventory, dashboard routes to login page if user is not authenticate.
- can use email or google account to login or signup and protected routes is accessible only when email is verified.
- @heroicons for svg icons
- dotenv to load environment files.
- formik to handle form data.
- react-responsive-carousel to use carousel
- swr to auto fetch data.