sgtpep / test-crypto-prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-crypto-prices CI

Allows to display prices of up to ten selected cryptos in a table.

Installation

git clone https://github.com/sgtpep/test-crypto-prices.git
cd test-crypto-prices
npm i
npm start

Scripts

  • npm run start — Start a local development server.
  • npm run build — Build static files for production.
  • npm run typecheck — Perform type checking.
  • npm run lint — Run lint checks.
  • npm run format — Format code.
  • npm run test — Run tests.
  • npm run check — Run all the above scripts.

Structure

  • components/ — reusable components.
  • features/ — app code organized in "feature folders", as recommended by @redux/toolkit.
  • helpers/ — reusable functions.
  • types/ — common types.
  • App.tsx, index.tsx — entrypoints.
  • store.ts — an app store.

Comments

About


Languages

Language:TypeScript 86.0%Language:HTML 14.0%