kameikay / kryptokoins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KyptoKoin

KyptoKoin is a React App that's consumes an external Cryptocurrencies' API.

Installation

First, download the zip or clone this repository into your personal computer.

Use the package manager [yarn or npm] to install the dependencies.

yarn

After that, you can launch the application using the following command:

yarn dev

How to use the app

No login required. On the first page, you can login with a non-existent login and password (it's just the front-end that doesn't validate).

Pages

The app basically has four pages:

  • "/": Login page;
  • "/home": Home page;
  • "/home/:id": Especific page from Cryptocoin;
  • 404: for all 'not found' pages.

What technologies does this project use?

The whole app was made with ReactJs. To style, it's uses styled-components.

Others importants libs was used also:

  • Axios (to make requests to API);
  • Lottie (to make the animations with lottiefiles in JSON);
  • React Router DOM v6;
  • Polished;
  • React Icons.

About the author

The entire app was made by me.

Crypto Market Cap & Pricing Data Provided By Nomics

LinkedIn

License

MIT

Demo

KryptoKoins

About


Languages

Language:TypeScript 99.0%Language:HTML 1.0%