Crypto App
Try it out! - https://crypto-app-z.netlify.app/
Description
This is a Crypto app that allows users to explore and track various cryptocurrencies. It provides real-time data, charts, and information about different cryptocurrencies. The app is built using React and utilizes several popular libraries and tools. Features
Ant Design: The app uses Ant Design for designing the user interface. Ant Design provides a set of high-quality React components that follow the principles of the Ant Design system.
React Charts: The app utilizes React Chart.js 2 library for displaying interactive charts. React Chart.js 2 provides a React wrapper for Chart.js, allowing you to easily create beautiful and customizable charts to visualize cryptocurrency data.
Responsive Design: The app is designed to be responsive and optimized for different screen sizes and devices. It adapts to different resolutions, ensuring a seamless user experience across desktop and mobile platforms.
Routing: The app uses React Router DOM for handling client-side routing. React Router DOM enables navigation between different pages within the app, making it easy for users to explore various sections and features.
State Management: The app utilizes React Redux, which is a state management library for React applications. React Redux helps manage the global state of the app, making it easier to share data between components and maintain a consistent application state.