This is a React application that displays real-time statistics from the Coinbase API. The app fetches cryptocurrency data and presents it in a user-friendly interface.
- Real-time updates of cryptocurrency statistics
- Responsive design
- Easy to set up and run
To get a local copy up and running, follow these simple steps.
- Node.js (version 14 or higher)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/DonaldSimpson/coinbase-stats-app.git
-
Navigate to the project directory:
cd coinbase-stats-app -
Install the dependencies:
npm install
To start the development server, run:
npm startThis will open the app in your default web browser at http://localhost:3000.
- React - A JavaScript library for building user interfaces
- Coinbase API - API for fetching cryptocurrency data
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.