CoinNexa is a cryptocurrency tracker app built using React.js, Vite, and styled with Material-UI v5. It provides real-time data on various cryptocurrencies, allowing users to track their prices, trends, and more.
- Real-time Data: Get up-to-date information on various cryptocurrencies, including prices, market cap, volume, and more.
- Interactive Charts: Visualize cryptocurrency trends using interactive charts powered by Chart.js.
- Responsive Design: Enjoy a seamless experience across devices with CoinNexa's responsive design.
- Search Functionality: Easily search for specific cryptocurrencies to track their performance.
- Detailed Information: Access detailed information about each cryptocurrency, including historical data, descriptions, and more.
-
axios: Axios is a promise-based HTTP client for making HTTP requests. It simplifies the process of sending asynchronous HTTP requests to REST endpoints and handling responses in your application.
-
Chart.js: Chart.js is a popular JavaScript library for creating responsive and interactive charts. It provides a simple yet powerful way to visualize data using various chart types such as line charts, bar charts, pie charts, etc.
-
react-alice-carousel: React Alice Carousel is a responsive and customizable carousel component for React applications. It allows you to create beautiful image carousels, testimonials, and other content sliders with ease.
-
react-chartjs-2: React Chart.js 2 is a wrapper for Chart.js specifically designed for React applications. It provides React components that seamlessly integrate with Chart.js, making it easy to create dynamic and interactive charts within your React components.
- Clone the repository:
git clone https://github.com/hallowshaw/CoinNexa.git
- Install dependencies:
cd CoinNexa
npm install
- Start the development server:
npm run dev
- Open your browser and visit http://localhost:3000 to view the app.
CoinNexa is deployed using Netlify. You can access the live app here.
Contributions are welcome! Feel free to open issues or submit pull requests to improve CoinNexa.