π Stars | π΄ Forks | π Issues | π Open PRs | π Close PRs | π οΈ Languages | π₯ Contributors |
Event Logo | Event Name | Event Description |
---|---|---|
GirlScript Summer of Code 2024 | GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development. | |
Hacktoberfest 2024 | Hacktoberfest is a month-long celebration of open source software run by DigitalOcean, GitHub, and Twilio. It encourages contributions to open source projects and promotes a global community of developers. |
Hello Coders!!π¨βπ»
I am Aanurag Vishwakarma, an aspiring Web developerπ€. Here is the project on front-end Web Development.
βββ 404.html
βββ 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
βββ basictemp.html
βββ blog.html
βββ canva.css
βββ canva.html
βββ canva.js
βββ canva.md
βββ community.html
βββ contact.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
βββ profile.html
βββ profileedit.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.css
β β βββ contact.html
β β βββ 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
βββ story.jpg
βββ style.css
βββ style1.css
βββ testimonial.html
βββ testp.css
βββ testp.js
βββ 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:
Fetch upstream
.Fetch and merge
.git fetch upstream
git merge upstream/main
7. Make your changes to the source code.
8. Stage your changes and commit:
β οΈ Make sure not to run the commands 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! ππΌ
Anurag Vishwakarma |
Somyadip Ghosh |
Installation Error: npm install
fails
node -v
and npm -v
.npm cache clean --force
.node_modules
folder and the package-lock.json
file, then rerun the installation with npm install
.Wallet Connection Issues
Smart Contract Deployment Fails
Revert: Contract validation failed
.env
file is properly configured with the necessary environment variables, including your Infura Project ID and wallet private key. node -v
.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.