Skip to content

Open-Source-Chandigarh/Euphoria-Check

Repository files navigation

Feel free to contribute! 🌈✨

View Web App here : https://euphoria-check-perma-meter-express.vercel.app/

Euphoria Check - A Modern PERMA Meter

Euphoria-Check is an open-source web application that helps you assess your well-being and happiness based on the PERMA model developed by psychologist Martin Seligman. It asks you a series of questions and provides you with a PERMA score, along with a personalized email based on the areas you might be lacking.

PERMA Meter Screenshot

Features

Users recieves a personalized note on email that helps them set their targets and improve on specific score so they keep on evolving

Key Features: 📊 Happiness Assessment: 📈 Personalized Insights: 🎯 Goal Setting:

GirlScript Summer of Code (GSSoC):

EuphoriaCheck is officialy part of GSSoC 24. Contribute to EuphoriaCheck now to get started with EuphoriaCheck and help us make the project even greater.

GirlScript Summer of Code (GSSoC) is an annual three-month-long open source program initiated by the GirlScript Foundation. It began in 2018 with the goal of assisting beginners in the tech community to engage with open source development, while promoting diversity and inclusion. Throughout the program, participants work on various projects under the guidance of experienced mentors. For more details about the program, you can visit the official GSSoC website.

Contributing

We appreciate your interest in contributing to Euphoria-Check. Here's how you can get started:

  1. Find Issues or Create your Own We appreciate you solving existing issues in the repository in the issues tab or to create new

  2. Fork the Repository: Click the "Fork" button at the top of this repository to create a copy in your GitHub account.

  3. Clone Your Fork: Clone your fork to your local machine with git clone.

    git clone https://github.com/<your_github_username>/Euphoria-Check.git

  4. Change the working directory: cd Euphoria-Check

  5. Add an upstream link to the main branch in your cloned repo:

    git remote add upstream https://github.com/<your_github_username>/Euphoria-Check.git

  6. Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes):

    git pull upstream main

  7. Create a New Branch: Make a new branch for your work with a descriptive name.

    git checkout -b

  8. Make Changes: Implement your desired feature or fix a bug.

  9. Track and stage your changes:

    git status

  10. Add all the required changes:

    git add .

  11. Commit all the changes (Write commit message as "Small Message"):

    git commit -m ""

  12. Push the changes for review:

    git push origin

  13. Open a Pull Request: Create a pull request from your fork to this repository. Provide a concise title and description.

We'll review your contribution and collaborate to merge it into the project. Please adhere to our code of conduct and guidelines.

If you have questions or need assistance, feel free to open an issue.

Thank you for making Euphoria-Check even better!

Happy Hacking!

Prerequisites

Maintained By - Aryan Inguz, Technical Head Open Source Chandigarh (https://github.com/Aryainguz)