crypto-tracker Svelte Themes

Crypto Tracker

Crypto dashboard build in svelte with tailwind

CryptoTracker

CryptoTracker is a Svelte-based web application that allows users to track cryptocurrency prices and news. This project was created using the create-svelte tool and utilizes the Svelte Kit framework, Tailwind CSS, and the Flowbite UI library.

Features

  • Cryptocurrency Prices: The app displays real-time prices and 24-hour price changes for major cryptocurrencies.
  • Cryptocurrency News: Users can view the latest news articles related to the cryptocurrency market.
  • Dark Mode: The application supports a dark mode theme, providing a comfortable viewing experience.
  • Responsive Design: The UI is designed to be responsive and optimized for various devices and screen sizes.

Technologies Used

  • Svelte Kit: A framework for building web applications with Svelte.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
  • Flowbite: A UI library built on top of Tailwind CSS, providing a set of pre-designed components.
  • Open Crypto and News APIs: The app consumes open-source APIs to retrieve cryptocurrency prices and news data.

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/crypto-tracker.git
    
  2. Install dependencies:
    cd crypto-tracker
    npm install
    
  3. Start the development server:
    npm run dev
    
  4. Open the application in your browser at http://localhost:5173.

Preview

image image

Deployment

To create a production build of the application, run the following command:

npm run build

This will generate an optimized version of your app that you can then deploy to your preferred hosting platform. Refer to the Svelte Kit documentation for information on adapters and deployment options.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

Top categories

Loading Svelte Themes