URL: https://crypto-portfolio-alpha.vercel.app/
PET-проект, созданный для отработки навыков работы с API, а также для отработки адаптивной верстки
PET project created to develop skills in working with APIs, as well as to practice adaptive layout
- Получение данных с API coingecko и отрисовка полученных данных в блоке "Home"
- Реализована таблица на моканых данных с возможностью фильтрации по категории
- Реализована мобильная версия
- Receiving data from API coingecko and drawing the received data in the "Home" block
- Implemented a table based on mock data with the ability to filter by category
- Mobile version implemented
- Выполните
git clone
репозиторияgit clone https://github.com/Irina0110/Crypto-portfolio
- Установите зависимости
npm install
- Создайте файл .env.local в корне репозитория и добавьте в него переменную с coingecko API-key
VITE_API_KEY = 'ENTER_YOUR_TOKEN'
- Запустите проект
npm run dev
-
Clone the repo
git clone https://github.com/Irina0110/Crypto-portfolio
-
Install NPM packages
npm install
-
Create a .env.local file in the root of the repository and add a variable with coingecko API-key to it
VITE_API_KEY = 'ENTER_YOUR_TOKEN'
-
Run the project
npm run dev