CryptoVerse is a web application that allows users to monitor and track various cryptocurrencies, get the latest crypto news, and view global cryptocurrency statistics. The application features dynamic and visually informative charts using Chart.js and a responsive design with Tailwind CSS.
- View real-time data of various cryptocurrencies
- Track price variations over different time periods
- Get the latest crypto news
- View global cryptocurrency statistics
- Interactive and visually appealing charts
- User-friendly interface
- React.js
- Tailwind CSS
- Chart.js
- Clone the repository:
git clone https://github.com/your-username/crypto-verse.git
- Navigate to the project directory:
cd crypto-verse
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to view the application.