Hello Coders!!👨💻
I am Aanurag Vishwakarma, an aspiring Web developer🤖. Here is the project on front-end Web Development.
- Overview
- Project Structure
- Website Preview
- Technologies Used
- How to make a Pull Request
- Troubleshooting
- Contributors
- 🎨 This repository contains my project on a Canvas Editor using HTML, CSS, Bootstrap, and JavaScript.
- 🖼️ It includes a webpage with a canvas element that allows you to style text content as needed (made for fun purposes 🎉).
- 🚀 We welcome all contributions to make this a fantastic resource for other users.
- 💻 Jump in and contribute to this grand project
- 📚 Read the guidelines and get started building! 🛠️
- 🚀 The project now supports setting background images and colors, enhancing the customization options for your canvas!
- 🎉 This project is open to contributions from the community. Jump in and help make it a great resource!
├── Blog_page.html
├── CODE_OF_CONDUCT.md
├── Contributing.md
├── Faq.html
├── Feedback.html
├── LICENSE
├── README.md
├── about-us.html
├── about.html
├── auth.css
├── auth.html
├── blog.html
├── canva.css
├── canva.html
├── canva.js
├── canva.md
├── community.html
├── contributors.html
├── download (1).webp
├── edition.html
├── feature.webp
├── gssocextd.webp
├── index.html
├── login.html
├── logo4.png
├── package-lock.json
├── package.json
├── popup.jpg
├── popup.js
├── privacy.html
├── repo_structure.txt
├── repreviewfix.html
├── resources/
│ ├── favicon.ico
│ └── painting_image.webp
├── review.html
├── script1.js
├── signup.html
├── src/
│ ├── Contributor.css
│ ├── Contributor.html
│ ├── Contributor.js
│ ├── Scripts/
│ │ ├── BacktoTop.js
│ │ ├── Canvas.js
│ │ ├── Save.js
│ │ ├── contributor.js
│ │ └── preloader.js
│ ├── Styles/
│ │ ├── Responsive.css
│ │ ├── Style.css
│ │ ├── Style_Blog_page.css
│ │ ├── contact_us_style.css
│ │ ├── contributor.css
│ │ ├── scroll.css
│ │ └── signup.css
│ ├── bootstrap/
│ │ └── css/
│ │ ├── bootstrap-grid.css
│ │ ├── bootstrap-grid.css.map
│ │ ├── bootstrap-grid.min.css
│ │ ├── bootstrap-grid.min.css.map
│ │ ├── bootstrap-grid.rtl.css
│ │ ├── bootstrap-grid.rtl.css.map
│ │ ├── bootstrap-grid.rtl.min.css
│ │ ├── bootstrap-grid.rtl.min.css.map
│ │ ├── bootstrap-reboot.css
│ │ ├── bootstrap-reboot.css.map
│ │ ├── bootstrap-reboot.min.css
│ │ ├── bootstrap-reboot.min.css.map
│ │ ├── bootstrap-reboot.rtl.css
│ │ ├── bootstrap-reboot.rtl.css.map
│ │ ├── bootstrap-reboot.rtl.min.css
│ │ ├── bootstrap-reboot.rtl.min.css.map
│ │ ├── bootstrap-utilities.css
│ │ ├── bootstrap-utilities.css.map
│ │ ├── bootstrap-utilities.min.css
│ │ ├── bootstrap-utilities.min.css.map
│ │ ├── bootstrap-utilities.rtl.css
│ │ ├── bootstrap-utilities.rtl.css.map
│ │ ├── bootstrap-utilities.rtl.min.css
│ │ ├── bootstrap-utilities.rtl.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.css.map
│ │ ├── bootstrap.rtl.css
│ │ ├── bootstrap.rtl.css.map
│ │ ├── bootstrap.rtl.min.css
│ │ └── bootstrap.rtl.min.css.map
│ └── images/
│ ├── about-bg.webp
│ ├── art-design-1.webp
│ ├── art-design-2.webp
│ ├── art-design-3.webp
│ ├── art-design-4.webp
│ ├── art-design-5.webp
│ ├── art-design-6.webp
│ ├── banner-bg.webp
│ ├── blog-p-1.webp
│ ├── blog-p-2.webp
│ ├── blog-p-3.webp
│ ├── blog-p-4.webp
│ ├── blog-p-5.webp
│ └── blog-p-6.webp
├── style.css
├── style1.css
├── testimonial.html
├── tooltips.html
├── tutorial.html
├── visi.css
├── visi.js
├── visitor.css
├── visitor.js
└── welcome.html
To change the background color or image:
1. Start by forking the Canvas-Editor repository. Click on the symbol at the top right corner.
2. Clone your forked repository:
git clone https://github.com/<your-github-username>/Canvas-Editor
3. Navigate to the new project directory:
cd Canvas-Editor
4. Set upstream command:
git remote add upstream https://github.com/vishanurag/Canvas-Editor
5. Create a new branch:
git checkout -b YourBranchName
or
git branch YourBranchName
git switch YourBranchName
6. Sync your fork or local repository with the origin repository:
- In your forked repository click on
Fetch upstream
. - Click
Fetch and merge
.
git fetch upstream
git merge upstream/main
Github Docs for Syncing
7. Make your changes to the source code.
8. Stage your changes and commit:
git add .
or git add *
. Instead, stage your changes for each file/folder
git add file/folder
git commit -m "<your_commit_message>"
9. Push your local commits to the remote repository:
git push origin YourBranchName
10. Create a Pull Request!
Congratulations! You've made your first contribution! 🙌🏼
-
Installation Error:
npm install
fails- Symptoms: Error messages during the installation process.
- Solution:
- Ensure you have the latest version of Node.js and npm installed. You can check your versions using
node -v
andnpm -v
. - Clear the npm cache by running
npm cache clean --force
. - Try deleting the
node_modules
folder and thepackage-lock.json
file, then rerun the installation withnpm install
.
- Ensure you have the latest version of Node.js and npm installed. You can check your versions using
-
Wallet Connection Issues
- Symptoms: Unable to connect to MetaMask.
- Solution:
- Verify that MetaMask is installed and enabled in your browser.
- Check that you are on the correct network (e.g., Rinkeby) in both your app and MetaMask.
- Ensure that your wallet is unlocked. If issues persist, refresh the page or restart your browser.
-
Smart Contract Deployment Fails
- Error Message:
Revert: Contract validation failed
- Solution:
- Double-check that all contract parameters are accurate and align with your contract’s requirements.
- Make sure you have sufficient Ether in your wallet to cover gas fees.
- Confirm that you are deploying to the intended network.
- Error Message:
- Ensure that the
.env
file is properly configured with the necessary environment variables, including your Infura Project ID and wallet private key.
- Make sure you are using Node.js version 16.x.x or 18.x.x and that all required npm packages are installed. You can check your current Node.js version using
node -v
.
- Minimize the number of unnecessary background tasks during deployment to improve efficiency.
- Monitor gas fees closely and consider deploying during off-peak hours to reduce costs.
If you encounter an issue not listed here, please reach out via GitHub Issues.
We are immensely grateful to the following amazing individuals who have contributed their time, effort, and expertise to make this project better. Your contributions, whether through code, documentation, bug reports, or feature suggestions, have been invaluable. Thank you for helping us build and improve Canvas Editor 🌟✨
Your dedication and hard work are what drive this project forward, and we couldn't have done it without you. Each contribution, no matter how small, plays a crucial role in our journey towards creating a more efficient and user-friendly tool for developers. 🙌💻
We look forward to your continued support and collaboration. Together, we can achieve even greater heights! 🚀🌐
Thank you once again to all our contributors! Your efforts are truly appreciated. 💖👏
Thank you for visiting! Feel free to reach out through any of the links above.