Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lyrklif/crypto-details

Detailed information about cryptocurrency using public api
https://github.com/lyrklif/crypto-details

api axios crypto cryptocurrency javascript typescript vite vue vue-typescript vue3 vuejs

Last synced: about 1 month ago
JSON representation

Detailed information about cryptocurrency using public api

Awesome Lists containing this project

README

        

# crypto-details

Detailed information about cryptocurrency using public api

**What information about cryptocurrency is available:**
- Basic information
- Price chart
- Team
- Exchanges
- Pools
- Markets
- Profile
- Metric
- News
- Youtube videos
- Twitter
- Google trends

Screenshots | Screenshots
:-------------------------:|:-------------------------:
![1](https://user-images.githubusercontent.com/41914434/218876144-56c62e38-ce38-4178-8899-92841c8927ba.png) | ![2](https://user-images.githubusercontent.com/41914434/218876149-0cb8704c-f8cb-41da-8d35-2f0d2132ceb0.png)
![3](https://user-images.githubusercontent.com/41914434/218876156-ae91593e-56a1-4d31-97ad-4ca357f12ee8.png) | ![4](https://user-images.githubusercontent.com/41914434/218876163-cd6f07d2-145d-4d74-af4a-5252a907b29b.png)
![5](https://user-images.githubusercontent.com/41914434/218876165-ebe7339a-7745-4934-8014-10b4d2deeeb9.png) | ![6](https://user-images.githubusercontent.com/41914434/218876166-11ce0f8c-4b88-4109-826d-792571fcd08d.png)


This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Type Support for `.vue` Imports in TS

TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:

1. Disable the built-in TypeScript Extension
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
yarn install
```

### Compile and Hot-Reload for Development

```sh
yarn run dev
```

### Type-Check, Compile and Minify for Production

```sh
yarn run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
yarn run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
yarn run lint
```