Skip to content

junproger/coingecko-webclient

Repository files navigation

Coingecko-Webclient

Web-client for CoinGecko API in ReactJS.

Repository Branches

  1. Main (With PR of works)
  2. Gh-pages (With deploy of builds)
  3. Cra-setup (Default App setup): if you start this branch, you can see a sample component.
  4. Components (With components of App): if you start this branch, you can see the app's components.
  5. Storybook (With Storybook for App): if you start this branch, you can see the app's storybook.
  6. Cra-markup (Markup of pages App's (HW-3)): markup of pages of the app's layout according HW-3.
  7. Cra-routes (Add routing to App): routing of pages with pagination and routing from list to items.
  8. Cra-states (App without state managers): React state with Routing, useState and React.Context.
  9. Features (Add more features to web-client): multi-dropdown, currency-filter and market-search.
  10. Categories (Add category API for coins): binding api to dropdown-lists on market & coins pages.
  11. Cra-stores (App with local stores and queries): no implementation yet
  12. With-mobx (React App with MobX state manager): no implementation yet