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.
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.
- 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
To view the website you can follow the given steps
-
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/ASHISH26940/toogoodto.git
-
Open in Browser: Open the
index.html
file in your preferred web browser to launch the Too Good Co Clone. -
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/
Short description of your project.
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🤗.
-
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.
-
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
- Clone the repository from your GitHub account to your local machine.
-
Create a Branch:
- Create a new branch for your contribution.
git checkout -b branch-name
- Create a new branch for your contribution.
-
Make Changes:
- Make your desired changes to the codebase in the created branch.
-
Commit Changes:
- Commit your changes with a descriptive commit message.
git commit -m "Add feature or fix"
- Commit your changes with a descriptive commit message.
-
Push Changes:
- Push your changes to the created branch in your fork on GitHub.
git push origin feature-branch
- Push your changes to the created branch in your fork on GitHub.
-
Create a Pull Request:
- Open a Pull Request (PR) on the original repository.
- Provide a clear title and description for your PR.
-
Review and Merge:
- We will review your PR and may request changes.
- Once approved, your changes will be merged into the main branch.
If the original repository has been updated, you can sync your fork to include the latest changes. Here's how:
-
Add Upstream Remote:
- Add the upstream repository as a remote.
git remote add upstream https://github.com/original-username/original-repository.git
- Add the upstream repository as a remote.
-
Fetch Upstream Changes:
- Fetch the changes from the upstream repository.
git fetch upstream
- Fetch the changes from the upstream repository.
-
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. - Merge the changes from the upstream repository into your local branch.
-
Push Changes to Your Fork:
- Push the updated changes to your fork on GitHub.
git push origin main
- Push the updated changes to your fork on GitHub.
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! 🧑🏻💻🚀