Skip to content

"PlanetWise Trivia" is an interactive quiz app that invites users to explore the world of sustainable living and responsible consumption and production. This educational journey unfolds through a series of engaging questions, testing your eco-awareness and knowledge about making conscious choices.

Notifications You must be signed in to change notification settings

TechandHi-IT/PlanetWise-Trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlanetWise Trivia

PlanetWise Trivia is an interactive quiz app that invites users to explore the world of sustainable living and responsible consumption and production. This educational journey unfolds through a series of engaging questions, testing your eco-awareness and knowledge about making conscious choices.

Tech Stach

HTML, CSS, JavaScript

CodingPractice-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023

HacktoberFest23

Hello Hackers! HacktoberFest has begun again for year 2023, and everyone's excited to get started! Contribute between:

1 OCTOBER - 31 OCTOBER

Create a Pull request and add any feature update to the repository.

How to contribute to this project?

Choose both, make a pull request for your work and wait for it to be merged!!

  • Create a branch

Fork, Clone, Make Changes, and Create a Pull Request

This guide will walk you through the process of contributing to this repository by forking it, cloning your fork, making changes, checking out a new branch, committing those changes, pushing them to your fork, and finally, creating a pull request to suggest your changes to the original repository.

Fork the Repository

Click the "Fork" button at the top right corner of this repository's page. This action will create a copy of the repository under your GitHub account.

Clone Your Fork

Open your terminal (command prompt or Git Bash on Windows, or a terminal on macOS and Linux).

Navigate to the directory where you want to store the project (use cd to change directories).

Clone your fork of the repository by replacing with your GitHub username:

git clone https://github.com//repository-name.git

Change to the newly created directory:

cd repository-name

Make Changes

Create a new branch for your changes, giving it a meaningful name related to the issue or feature you're working on:

git checkout -b feature-or-fix-name

Make your desired changes to the project using your preferred code editor or IDE.

Commit Your Changes

Add the changes you made to the staging area:

git add .

Replace . with specific file names if you only want to stage certain files.

Commit your changes with a descriptive commit message:

git commit -m "Add a brief description of your changes"

Push Your Changes

Push your changes to your fork on GitHub:

git push origin feature-or-fix-name

Create a Pull Request

Visit the original repository on GitHub.

You will see a green "Compare & pull request" button. Click it.

Add details about your pull request, including what changes you made and any context necessary.

Review your pull request and, if everything looks good, click "Create pull request."

Congratulations! You've just created a pull request with your changes. The project maintainer will review your request, and if accepted, your changes will be merged into the main repository. Thank you for contributing!

If you have any questions or encounter issues during this process, feel free to open an issue or reach out to the maintainer for assistance.

About

"PlanetWise Trivia" is an interactive quiz app that invites users to explore the world of sustainable living and responsible consumption and production. This educational journey unfolds through a series of engaging questions, testing your eco-awareness and knowledge about making conscious choices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published