abhraneel2004 / toogoodto_fork

To-good-clone

Home Page:https://toogoodto.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing SVG

Two Good Co Clone

Open Source Love svg1 PRs Welcome Visitors GitHub forks GitHub Repo stars GitHub contributors GitHub last commit GitHub repo size Github GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Two Good Co Clone

This is a clone of the Two Good Co website, an Australian social enterprise that sells products to help women in need. The aim of this project is to rebuild self-worth and independence in order to break free from the cycle of disadvantage. With every purchase made on their website, customers are helping to change the course of someone’s life; they are walking alongside vulnerable women as they find their way home again.

Project Structure

The project structure is organized as follows:

  • README.md: Project documentation file (Currently, you're viewing it!).
  • index.html: The main HTML file or the homepage.
  • style.css: CSS file for styling the web page.
  • script.js: JavaScript file containing the logic and gsap behind the website performance.
  • navbar.js: JavaScript file containing the logic for the navbar.
  • assests folder: Folder containing fonts, videos and images used in the website
  • moon-icon.png: A png for the dark mode implementation in the website.
  • sun-icon2.png: A png for the light mode implementation in the website.

Features

  • GSAP: This project showcases the amazing features of the Javascript Green Sock Animation Platform.
  • User-Friendly Interface: The interface is designed to be user-friendly, making it easy for beginners to navigate and experience the power of gsap.
  • Advanced animations: Advanced animations like Scrolltrigger are used in this project

Preview

Screenshot (351) Screenshot (350) Screenshot (349)


  Tech Stacks Used


HTML5 CSS3 JavaScript Green Sock

🌱 Getting Started

To view the website you can follow the given steps

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/ASHISH26940/toogoodto.git
    
  2. Open in Browser: Open the index.html file in your preferred web browser to launch the Too Good Co Clone.

  3. Explore and Enjoy: Navigate through the website and experience the Too Good Co Clone!

or you can directly click on the deploy link below
https://toogoodto.vercel.app/

Contribution Guidelines

Project Name

Short description of your project.

Table of Contents

How to Contribute

We believe no creation in this world is a solo effort. Hence, contributions are always welcomed. Please go through our project, identify the cons and the areas needed for enhancement and contribute accordingly🤗.

  1. Fork the Repository:

    • Click on the "Fork" button at the top right corner of the repository page.
    • This will create a copy of the repository in your GitHub account.
  2. Clone Your Fork:

    • Clone the repository from your GitHub account to your local machine.
      git clone https://github.com/your-username/your-repository-name.git
  3. Create a Branch:

    • Create a new branch for your contribution.
      git checkout -b branch-name
  4. Make Changes:

    • Make your desired changes to the codebase in the created branch.
  5. Commit Changes:

    • Commit your changes with a descriptive commit message.
      git commit -m "Add feature or fix"
  6. Push Changes:

    • Push your changes to the created branch in your fork on GitHub.
      git push origin feature-branch
  7. Create a Pull Request:

    • Open a Pull Request (PR) on the original repository.
    • Provide a clear title and description for your PR.
  8. Review and Merge:

    • We will review your PR and may request changes.
    • Once approved, your changes will be merged into the main branch.

Syncing with Upstream

If the original repository has been updated, you can sync your fork to include the latest changes. Here's how:

  1. Add Upstream Remote:

    • Add the upstream repository as a remote.
      git remote add upstream https://github.com/original-username/original-repository.git
  2. Fetch Upstream Changes:

    • Fetch the changes from the upstream repository.
      git fetch upstream
  3. Merge Upstream Changes:

    • Merge the changes from the upstream repository into your local branch.
      git merge upstream/main

    Note: Replace main with the name of the branch you want to sync.

  4. Push Changes to Your Fork:

    • Push the updated changes to your fork on GitHub.
      git push origin main

Feedback

Feedbacks and suggestions are a great way for the overall improvement of any project. If you have any feedback, questions, or suggestions, feel free to open an issue in the repository. We welcome contributions from developers of all skill levels!

Happy coding! 🧑🏻‍💻🚀

About

To-good-clone

https://toogoodto.vercel.app/


Languages

Language:HTML 46.6%Language:CSS 40.0%Language:JavaScript 13.4%