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

https://github.com/ratna-babu/coal-mines-carbon-neutrality-web-application


https://github.com/ratna-babu/coal-mines-carbon-neutrality-web-application

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Coal Mines Monitoring System

### Website Preview: [View](https://ratna-babu.github.io/Coal-Mines-Carbon-Neutrality-Web-Application/)

**Note**: Click any option in the navigation bar to refresh the page if only the navigation bar is displayed initially.

## Overview
A web application specifically designed for Indian coal mines to quantify their carbon footprint and explore pathways to carbon neutrality.
This web application provides a comprehensive monitoring system for coal mines, focusing on carbon emissions, sustainability metrics, and mine-specific details. The system helps track and analyze various aspects of coal mine operations with a particular emphasis on environmental impact and carbon neutrality initiatives.
This project is developed specifically for SIH 2024 Hackathon.

## Features

### Mine Management
- **Mine Summary**: Overview of all coal mines in the system
- **Mine Locations**: Interactive map showing geographical locations of mines
- **Individual Mine Details**: Detailed information for each coal mine
- **Emission Summary**: Comprehensive emissions data and analytics

### Environmental Analysis
- **Gap Analysis**: Tools for identifying areas of improvement
- **Carbon Neutrality Planning**: Strategic planning for achieving carbon neutrality
- **Clean Technologies**: Information about clean mining technologies
- **Renewable Energy Integration**: Details about renewable energy implementation

### Sustainability Initiatives
- **Carbon Credits**: Management and tracking of carbon credits
- **Afforestation**: Tree planting and forest management initiatives
- **Environmental Impact**: Monitoring and reporting tools

## Technical Stack
- React.js
- React Router for navigation
- Modern JavaScript (ES6+)
- CSS for styling

## Installation

1. Clone the repository

2. Install dependencies:
```bash
npm install
```
3. Start the development server
```bash
npm start
```