Skip to content

This assignment involves creating a responsive React app using Mantine tables to display aggregated Indian agriculture data, ensuring usability across devices without external libraries.

Notifications You must be signed in to change notification settings

raobaba/Agri-Analytics-India

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indian Agriculture Data Analytics

This project is a React application that performs analytics on Indian Agriculture data. It displays aggregated crop data in responsive tables using Mantine components.

Project Structure

├── public
│   ├── index.html
│   └── ...
├── src
│   ├── components
│   │   ├── CropProductionTable.tsx
│   │   ├── CropStatisticsTable.tsx
│   │   └── ...
│   ├── data
│   │   └── agricultureData.json
│   ├── hooks
│   │   └── useAgricultureData.ts
│   ├── pages
│   │   └── HomePage.tsx
│   ├── styles
│   │   └── TableStyles.css
│   ├── App.tsx
│   ├── index.tsx
│   └── ...
├── .gitignore
├── package.json
├── README.md
└── yarn.lock

Features

Displays the crop with maximum and minimum production for each year from 1950 to 2020.
Shows average yield and average cultivation area for each crop between 1950 and 2020.
Responsive tables using Mantine components for enhanced UI/UX.

Getting Started

Prerequisites

Node.js (>=14.x)
Yarn (>=1.x)

Installation

Clone the repository:

bash
Copy
git clone https://github.com/your-username/indian-agriculture-data-analytics.git
cd indian-agriculture-data-analytics

yarn install

yarn start

Screenshot (170) Screenshot (169)

About

This assignment involves creating a responsive React app using Mantine tables to display aggregated Indian agriculture data, ensuring usability across devices without external libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published