ShopSphere is a React.js-based website that fetches products from a dummy API and displays the data.
- React.js: For building the user interface.
- React-Redux and Redux-Toolkit: For state management.
- Material UI: For frontend design and styling.
- Pagination: Products are fetched in batches of 10 for efficient loading.
- Search Functionality: Products can be searched based on their titles.
- Category-based Filtering: Allows users to view products belonging to a selected category from the available options.
- Clone the repository.
- run npm install in terminal.
- run npm run dev.
- go to localhost:5173 to see output.