This is a React-based website showcasing various features such as routing, props, hooks, and context API.
- React.js: The website is built using React, a JavaScript library for building user interfaces.
- React Router: Routing within the website is implemented using React Router, allowing for dynamic navigation.
- Props: Components communicate by passing props, allowing for the transfer of data between parent and child components.
- Hooks: React hooks are utilized to add state and other React features to functional components.
- Context API: The Context API is used to manage global state within the application, providing a way to share data across components without having to pass props manually at every level.