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

https://github.com/kryptocodes/graph_fe_ren


https://github.com/kryptocodes/graph_fe_ren

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# graph_fe_ren

## Tech Stack
- React
- Next JS
- React HighCharts
- Tailwind CSS

## Structure

Pages
- index.tsx
- _app.tsx

Src/
- Components
- graph
- shared
- util

## API Reference

`https://api.coingecko.com/api/v3/`

## Run Locally

Clone the project

```bash
git clone https://github.com/kryptocodes/graph_fe_ren
```

Go to the project directory

```bash
cd graph_fe_ren
```

Install dependencies

```bash
yarn
```

Start the server

```bash
yarn dev
```

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

## Issues

Feel free to create an issue on this GitHub repository if you have any questions regarding this graph_fe_ren.