live link : https://gadget-barii.netlify.app/
Introducing a cutting-edge online gadget store featuring the latest in tech! Our platform offers a diverse selection of gadgets, organized by category for easy browsing. Each product page includes detailed specifications to give customers a clear insight before making a purchase, Plus, with our wishlit fearture, customers can save their favorite items to review or buy later-making shopping as convenient as it is enjoyable.
- components: Modular structure for organized reuseable code.
- Hooks: Efficiently managed component lifecycles and side effects.
- Conditional Rendering: Inproved user experience by showing content based on conditions.
-
JSX: JavaScript allows writing HTML inside it, making it simple and readable.
-
React Router: React Router has been used in this project to display different components on the same page seamlessly.
-
Hooks: I have used several hooks in React here, such as useState, useEffect, useContext, useLoaderData, and useLocation.
What I have used for data handling and management
- Context API: I utilized the Context API to pass data between components, simplifying the data management process and making the project much more efficient.