https://github.com/yuiseki/proto-poverty
Code for Japanの貧困可視化プロジェクトのプロトタイプ
https://github.com/yuiseki/proto-poverty
konva nextjs react recharts tailwindcss typescript
Last synced: 3 months ago
JSON representation
Code for Japanの貧困可視化プロジェクトのプロトタイプ
- Host: GitHub
- URL: https://github.com/yuiseki/proto-poverty
- Owner: yuiseki
- License: wtfpl
- Created: 2021-05-01T09:11:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:45:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T20:52:43.573Z (7 months ago)
- Topics: konva, nextjs, react, recharts, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://proto-poverty.vercel.app/
- Size: 1.25 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proto-poverty
## Version
- Node.js v16.1.0
- npm v7.8.0
- React v17.0.1
## Framework and Libraries
- [Next.js](https://nextjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- CSS Styling with [Emotion](https://emotion.sh/docs/introduction), [Tailwind CSS](https://tailwindcss.com/) using [Twin.macro](https://github.com/ben-rogerson/twin.macro)
- Chart Drawing with [recharts](https://github.com/recharts/recharts)
- Network Drawing with [recharts](https://github.com/recharts/recharts)
## Start Development
### Install recommended Extension for Visual Studio Code
### Install dependencies
- `npm ci`
### Launch development server
- `npm run dev`
### Lint and Test
- `npm run lint`
- `npm test`