Giter VIP home page Giter VIP logo

thejuggernaut01 / planetwise-trivia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from techandhi-it/planetwise-trivia

2.0 0.0 1.0 46 KB

"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.

Home Page: https://planet-wise-trivia.vercel.app

JavaScript 78.48% CSS 14.59% HTML 6.94%

planetwise-trivia's Introduction

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.

planetwise-trivia's People

Contributors

thejuggernaut01 avatar

Stargazers

 avatar  avatar

Forkers

dannyk05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.