https://github.com/mikah13/chartcn
Customized chart components built on top of shadcn and recharts
https://github.com/mikah13/chartcn
charts recharts shadcn-ui visualization
Last synced: 7 months ago
JSON representation
Customized chart components built on top of shadcn and recharts
- Host: GitHub
- URL: https://github.com/mikah13/chartcn
- Owner: mikah13
- Created: 2023-12-18T09:02:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T14:57:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:20:40.393Z (over 1 year ago)
- Topics: charts, recharts, shadcn-ui, visualization
- Language: TypeScript
- Homepage: https://chartcn.vercel.app
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChartCN
Customized chart components built on top of shadcn and recharts
## Tech Stack
**Framework:** React, Next.js
**Styling:** TalwindCSS, Shadcn, recharts
**Hosting:** Vercel
## Installation
Clone the project
```bash
git clone https://github.com/mikah13/chartcn
```Go to the project directory
```bash
cd chartcn
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm run dev
```## Roadmap
* [ ] Add more charts type
* [ ] Add more stylings
* [ ] Build showcase dashboard example
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)