https://github.com/kryptocodes/graph_fe_ren
https://github.com/kryptocodes/graph_fe_ren
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/graph_fe_ren
- Owner: kryptocodes
- Created: 2021-11-24T12:24:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T17:07:23.000Z (over 4 years ago)
- Last Synced: 2025-02-23T14:38:47.828Z (over 1 year ago)
- Language: TypeScript
- Homepage: graph-fe-ren.vercel.app
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.