A website that displays the prices of different cryptocurrencies. The prices are fetched from a 3rd party GraphQL API service.
Click to here to view this project.
- Copy the link below and paste into your git bash
git clone https://github.com/nonsoo24/bitcasino-app.git
- Run the command below to install all dependencies needed to run the project
yarn install
- Run the command below to run the project
yarn start
- Run the command below to build the project
yarn build
- HTML5
- CSS3
- JavaScript
- React
- Tailwind CSS
- GraphQL
- Apollo
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.