Crypto Market is a project that uses API from Coingecko to list cryptocurrencies and their information.
The idea of this mini project is to boost my abilities with React.js, ChartJS, Material UI, and Firebase.
Access: Crypto Market
- Carrousel with the top cryptocurrencies
- Listing all various of different cryptocurrencies
- Pagination feature
- Search for your favorite cryptocurrency
- Currency selector (USD/BRL)
- Authentication using Firebase (Google Auth) or Sign Up with your Email and Password
- Add/Remove to your Watchlist your favorites cryptocurrencies
- ChartJS with filter options (24h / 30 days / 3 months / 1 year)
-
It's necessary to have Node.js installed on the computer
-
It's necessary to have Git installed and configured on the computer
-
Also, it's necessary to have a package manager either NPM or Yarn.
Clone the repository:
$ git clone https://github.com/paulo-carvalho93/crypto-market.git
# API
$ cd crypto-market
# Installing project dependencies.
$ yarn # or npm install
# Start Web Project
$ yarn start # or npm start
# Do you want to publish ?
$ yarn build # or npm build
# Static files for web will be saved in the `public` folder