https://github.com/hallowshaw/coinnexa
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.
https://github.com/hallowshaw/coinnexa
alice-carousel chartjs javascript material-ui material-ui-react muiv5 react react-router reactjs vite vitejs
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/hallowshaw/coinnexa
- Owner: hallowshaw
- Created: 2024-05-07T16:37:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T18:51:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T19:16:09.028Z (about 1 year ago)
- Topics: alice-carousel, chartjs, javascript, material-ui, material-ui-react, muiv5, react, react-router, reactjs, vite, vitejs
- Language: JavaScript
- Homepage: https://coinnexa.netlify.app/
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoinNexa
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.
## Features
- **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.
## Key Dependencies
- **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.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/hallowshaw/CoinNexa.git
```
2. Install dependencies:
```bash
cd CoinNexa
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. Open your browser and visit http://localhost:3000 to view the app.
## Deployment
CoinNexa is deployed using Netlify. You can access the live app [here](https://coinnexa.netlify.app/).
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve CoinNexa.