Skip to content

jaybhinsara/Crypto_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Dashboard

personal_desktop_img

Description

A modern cryptocurrency dashboard application for tracking and analyzing digital assets in real-time.

Features

  • Real-time price tracking using API
  • Portfolio management
  • Real-time weather support usin API

Installation

Prerequisites

  • Visual Code
  • API keys for Weather Cast

Setup

# 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 start

Usage

npm run dev      # Development mode
npm run build    # Production build
npm run test     # Run tests

Technologies

  • javascript
  • API fetching

Configuration

Create a .env file in the root directory:

API_KEY=your_api_key
DATABASE_URL=your_database_url
PORT=3000

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see LICENSE file for details.

Contact

For questions or feedback, please open an issue on GitHub.

About

A modern cryptocurrency dashboard application for tracking and analyzing digital assets in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors