This is a web project that allows you to see in real time the top 20 cryptocurrencies by their market capitalization. You can see them in 4 different currencies.
- Fast and easy to use
- Beautiful interface
- Validate form
- Adjust the content to the screen size
- And more!
- Vite + React.js
- Node.js (NPM)
- Styled Components
- Own Hooks
- API query
- Netlify
- Visual Studio Code
- First click here
- Select currency and cryptocurrency
- And click on "Search"
- To finish, enjoy it!
- Install Node.js
- Run the following linux commands in your terminal
git clone https://github.com/pablove2001/Cryptocurrency-Price.git
cd Cryptocurrency-Price
npm install
npm run dev
