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
- Host: GitHub
- URL: https://github.com/ratna-babu/coal-mines-carbon-neutrality-web-application
- Owner: Ratna-Babu
- Created: 2024-12-03T16:41:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T16:15:17.000Z (6 months ago)
- Last Synced: 2024-12-04T17:22:39.953Z (6 months ago)
- Language: Python
- Size: 21.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```