An open API service indexing awesome lists of open source software.

https://github.com/sekharsunkara6/crypto-price-monitor

A crypto tracker and converter is a tool that allows you to monitor cryptocurrency prices, and by using an open-source crypto API to update coin details in real-time, chart and trends to compare the history and a currency converter from INR to USD.
https://github.com/sekharsunkara6/crypto-price-monitor

chart coinmarketcap-api css3 html5 javascript json material-ui reactjs

Last synced: 7 months ago
JSON representation

A crypto tracker and converter is a tool that allows you to monitor cryptocurrency prices, and by using an open-source crypto API to update coin details in real-time, chart and trends to compare the history and a currency converter from INR to USD.

Awesome Lists containing this project

README

          

Design and develop a cryptocurrency tracking application as a mobile-first responsive web app using the SPA.

# It was an react based poject, so create react app in file repository.
By using this command: "npx create-react-app my-app"

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

## Installation

1. Clone the repository:
```bash
git clone https://github.com/SekharSunkara6/Crypto-Price-Monitor.git
```

2. Navigate to the project directory:
```bash
cd Crypto-Price-Monitor
```

3. Install the required dependencies:
```bash
npm install
```
or
```bash
yarn install
```

## Running the Application

To start the application in development mode:
```bash
npm start