PrithWe is a full-stack web application built on the PERN stack (PostgreSQL, Express, React, Node.js) designed to help households and businesses calculate their carbon footprints. This project was developed as a college project to promote environmental awareness and action.
- Introduction
- Tech Stack
- Contributing
- Setting Up on your machine
- Usage
- Resources for Beginners
- Documentation
- Code Reviews
- Feature Requests
- Spreading the Word
- Motivation
PrithWe allows users to calculate their carbon footprint based on various parameters. It provides detailed insights and suggestions on how to reduce their carbon emissions. The name "PrithWe" is derived from "Prithvi" (Earth) and "We," emphasizing collective action and collaboration. Visit the live application here.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: PostgreSQL
- Hosting: Render
- Version Control: Git, GitHub
Raise and issue; Get assigned and then work on fixing the issue. We welcome contributions to PrithWe! Follow these steps to contribute:
-
Fork the Repository: Create your own copy of the repository on your GitHub account.
-
Clone the Repository : Clone the repository for making commits.
git clone https://github.com/adarsh-singh01/PrithWe.git
- Create a New Branch for your feature or bug fix: Make a separate branch to work on specific features or fixes and switch to the correct branch.
git checkout -b <new-branch-name>
- Make Changes and commit them: Implement your changes and save them with a descriptive commit message.
git add .
git commit -m "Describe your changes"
- Push Your Changes to your fork: Upload your committed changes to your GitHub fork.
git push origin <branch_name>
- Create a Pull Request ✅: Propose your changes to be merged into the original repository.
- Always work on a new branch for each issue or feature.
- Keep your branch up to date with the main repository's master branch.
- Write clear and descriptive commit messages.
- Test your changes thoroughly before submitting a pull request.
- Go to the project's issues section.
- Select the appropriate template for your issue.
- Provide a detailed description of the issue.
- Wait for the issue to be assigned before starting to work on it.
- Ensure that you have self reviewed your code.
- Make sure you have added the proper description for the functionality of the code.
- I have commented my code, particularly in hard-to-understand areas.
- Add screenshot it help in review.
- Submit your PR by giving the necesarry information in PR template and hang tight we will review it really soon.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/yourusername/prithwe.git
-
Navigate to the project directory:
cd prithwe
-
Install backend dependencies:
npm install
-
Install frontend dependencies:
cd ./client npm install
-
Set up environment variables:
Create a
.env
file in theserver
directory and add your database details:PG_USER=your_user_name PG_HOST=your_host_name PG_DATABASE=your_database_name PG_PASSWORD=your_password PG_PORT=5432 SESSION_SECRET=your_secret
-
Start the backend server:
cd ./server node index.js
-
Start the frontend development server:
cd ./client npm run dev
-
Open your browser and navigate to
http://localhost:5173
.
- Register a new account or log in with an existing account.
- Choose whether you want to calculate the carbon footprint for a household or a business.
- Fill in the required information in the form.
- View the calculated carbon footprint and suggestions for reducing emissions.
- Forking a Repo
- Cloning a Repo
- Creating a Pull Request
- Getting Started with Git and GitHub
- Learn GitHub from Scratch
- Document any significant changes or additions to the codebase.
- Provide clear explanations of the functionality, usage, and any relevant considerations.
- Be open to feedback and constructive criticism from other contributors.
- Participate in code reviews by reviewing and providing feedback.
- Suggest new features or improvements that would enhance the project.
- Share your experience and the project with others.
- Spread the word about the project on social media, developer forums, or any relevant community platforms.
It was a college project and the motivation behind PrithWe is to provide a tool that helps individuals and businesses become more aware of their environmental impact. By understanding their carbon footprint, users can take actionable steps towards reducing their emissions and contributing to a healthier planet.
Thank you for contributing to PrithWe! Together, we can make a significant impact. Happy coding! 🚀