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

https://github.com/dzaky-pr/dynamic-charts-project

The "Dynamic Charts Project" focuses on researching dynamic data visualization using charts based on user input. The output is a Next.js web app that allows users to input data, such as X and Y axes, and choose the type of chart (e.g., bar, pie, etc.) to visually represent the data.
https://github.com/dzaky-pr/dynamic-charts-project

apex-charts chart-dashboard chart-research dashboards nextjs14 reactjs18 shadcn-charts shadcn-ui tailwindcss

Last synced: 3 months ago
JSON representation

The "Dynamic Charts Project" focuses on researching dynamic data visualization using charts based on user input. The output is a Next.js web app that allows users to input data, such as X and Y axes, and choose the type of chart (e.g., bar, pie, etc.) to visually represent the data.

Awesome Lists containing this project

README

        

# Next-JS Template Repository

## Getting Started

### 1. Clone this repo using one of the two ways:

1. Using bash or other terminal

```
git clone https://github.com/tapeds/next-template.git
```

2. By clicking use this template

![image](https://github.com/tapeds/next-template/assets/111473015/37e9ec9c-cae4-4ccf-b048-f4bf195a6bb1)

### 2. Install dependencies

It is encouraged to use **pnpm** so the husky hooks can work properly.

```bash
pnpm install
```

### 3. Run the development server

You can start the server using this command:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `src/app/page.tsx`.

### 4. Change all default settings marked by !CHANGETHIS

You can find the settings you need to change by searching !CHANGETHIS and follow the instruction. You also need to change the name in `package.json` file.

### 5. Commit message

This template uses the conventional commit specification for better readability and clarity. It is mandatory to use conventional commit messages. Read more about conventional commits [here](https://www.conventionalcommits.org/en/v1.0.0/).