Blockchain-API-Site is a sleek, modern web application built using Node.js, Express.js, and EJS to display the top 10 cryptocurrencies by 24-hour volume. This application ensures a futuristic design and is responsive for a variety of devices.
- Fetches and displays the top 10 cryptocurrencies by 24-hour volume.
- Data is sourced from the Blockchain.com API.
- A futuristic and modern design that's both appealing and easy to read.
- Responsive design ensures usability across a spectrum of devices.
Blockchain-API-Site is implemented using the following technologies:
- Node.js and Express.js for server-side logic.
- EJS for dynamic HTML rendering on the server.
- CSS for styling, focusing on a futuristic aesthetic.
- Fetch API for gathering cryptocurrency data.
- Clone the repository:
git clone https://github.com/EMerchant90/Blockchain-API-Site.git
- Navigate to the project directory:
cd Blockchain-API-Site
- Install the dependencies:
npm install
- Start the server:
npm start
- Open your web browser and navigate to
http://localhost:3000