https://github.com/kanai2003/agriculture-data-table
https://github.com/kanai2003/agriculture-data-table
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanai2003/agriculture-data-table
- Owner: Kanai2003
- Created: 2024-12-02T14:51:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T17:33:24.000Z (10 months ago)
- Last Synced: 2025-02-18T19:59:27.376Z (8 months ago)
- Language: TypeScript
- Homepage: https://agriculture-data-table.vercel.app
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agricultural Data Analysis Tables

## 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 installor
yarn install
```3. Run Application
```bash
npm run devor
yarn run dev
```4. Build Application
```bash
npm run buildor
yarn build
```