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

https://github.com/kanai2003/agriculture-data-table


https://github.com/kanai2003/agriculture-data-table

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Agricultural Data Analysis Tables

![Agricultural Data Visualization](./public//screenshot/yieldTable.png)
![Agricultural Data Visualization](./public//screenshot/CorpProductionTable.png)

## Project Overview

This React project provides comprehensive visualization of agricultural data from 1950 to 2020, featuring two interactive tables that offer insights into crop production, yield, and cultivation areas.

## Features

- **Crop Production Extremes Table**
- Displays the crops with maximum and minimum production for each year
- Interactive and responsive design
- Covers the entire period from 1950 to 2020

- **Crop Yield and Cultivation Area Table**
- Shows average yield and cultivation area for each crop
- Calculates comprehensive statistics across the entire dataset
- Responsive layout for various device sizes

## Technology Stack

- React
- TypeScript
- Mantine UI Library
- `@mantine/core`
- `@mantine/hooks`
- React DOM

## Installation

1. Clone the repository
```bash
git clone https://github.com/Kanai2003/agriculture-data-table
cd agricultural-data-tables
```

2. Install dependencies
```bash
npm install

or

yarn install
```

3. Run Application
```bash
npm run dev

or

yarn run dev
```

4. Build Application
```bash
npm run build

or

yarn build
```