A modern cryptocurrency dashboard application for tracking and analyzing digital assets in real-time.
- Real-time price tracking using API
- Portfolio management
- Real-time weather support usin API
- Visual Code
- API keys for Weather Cast
# Clone the repository
git clone https://github.com/yourusername/crypto-dashboard.git
# Navigate to project directory
cd crypto-dashboard
# Install dependencies
npm install
# Start the application
npm startnpm run dev # Development mode
npm run build # Production build
npm run test # Run tests- javascript
- API fetching
Create a .env file in the root directory:
API_KEY=your_api_key
DATABASE_URL=your_database_url
PORT=3000
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see LICENSE file for details.
For questions or feedback, please open an issue on GitHub.