This is a UserList UI website created using ReactJS and Redux, and designed with React Bootstrap. When hovering over a user's name, a card will appear with their details. This web application is designed to fetch data from an API and display it in an interactive user interface. It utilizes Redux Thunk middleware to handle asynchronous actions for fetching data from the API.
Live Web-App : https://gunjan-user-list-2.netlify.app/
- Display a list of users
- Hover over a user's name to display a card with their details
- Responsive design for different screen sizes
- For small screen size it is showing the modal
- Implements Redux Thunk middleware to handle asynchronous API calls.
- Provides error handling and feedback to the user in case of API call failures.
- Html
- Css
- Javascript
- ReactJS
- Redux
- Redux Thunk
- API
- React Bootstrap