Ente Gov is a web application designed to empower voters with information to make informed decisions during the 2024 Lok Sabha elections in India. The application provides insights into the current political landscape, including which party holds the majority and the performance and debates of the current elected Members of Parliament (MPs) for various constituencies.
- Party Majority: Visual representation of which political party holds the majority in the Lok Sabha.
- MP Performance: Detailed analysis of the performance of current MPs, including their attendance record, participation in debates, and initiatives undertaken for their constituencies.
- Debates: Access to transcripts or summaries of debates conducted by MPs in the Lok Sabha, allowing voters to understand their positions on key issues.
- Clone the repository:
git clone https://github.com/your-username/ente-gov.git
- Navigate to the project directory:
cd ente-gov
- Install dependencies:
npm install
- Start the CORS proxy:
node corsProxy.js
- Start the application:
npm start
- Access the application in your web browser at
http://localhost:3000
Contributions are welcome! If you'd like to contribute to Ente Gov, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
- Frontend: React.js, HTML, CSS
- Backend: Node.js, Express.js
For any inquiries or feedback, please contact [Monu Simon M] at [monusimonm@gmail.com].