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

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の貧困可視化プロジェクトのプロトタイプ

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`