Skip to content

Commit 3e9b0c7

Browse files
Merge branch 'Varshitha713:master' into master
2 parents b723fc8 + 8ee7b5d commit 3e9b0c7

File tree

6 files changed

+1098
-555
lines changed

6 files changed

+1098
-555
lines changed

Contributing.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Contributing Guidelines
2+
3+
Thank you for considering contributing to **CodeCanvas**! ✨
4+
We welcome contributions that help improve features, fix bugs, add documentation, or enhance the user experience.
5+
6+
---
7+
8+
## 🛠 How to Contribute
9+
10+
### 1. Fork the repository
11+
Click the **Fork** button on the top-right of the repository page on GitHub.
12+
13+
### 2. Clone your fork
14+
Clone your forked repository to your local machine:
15+
16+
```bash
17+
git clone https://github.com/<your-username>/CodeCanvas.git
18+
cd CodeCanvas
19+
```
20+
21+
### 3. Add the upstream (only once)
22+
To stay up to date with the original repository:
23+
24+
```bash
25+
git remote add upstream https://github.com/<original-owner>/CodeCanvas.git
26+
```
27+
28+
### 4. Create a new branch
29+
Always create a branch for your changes:
30+
31+
```bash
32+
git checkout -b feature-name
33+
```
34+
35+
### 5. Make your changes
36+
Follow the **code structure** of the project. Test your changes locally by opening `index.html` in your browser.
37+
38+
### 6. Commit your changes
39+
Write a meaningful commit message:
40+
41+
```bash
42+
git add .
43+
git commit -m "Add: description of your changes"
44+
```
45+
46+
### 7. Keep your fork updated
47+
Before pushing, fetch and rebase with upstream:
48+
49+
```bash
50+
git fetch upstream
51+
git rebase upstream/main
52+
```
53+
54+
Resolve any conflicts if prompted.
55+
56+
### 8. Push and open a Pull Request
57+
Push your branch:
58+
59+
```bash
60+
git push origin feature-name
61+
```
62+
63+
Then open a Pull Request from your fork to the main repository.
64+
65+
---
66+
67+
## 💡 Tips for Contributions
68+
69+
- Make small, focused pull requests.
70+
- Write clear commit messages.
71+
- Ensure your code runs without errors locally.
72+
- Update the documentation (README/CONTRIBUTING) if required.
73+
74+
---
75+
76+
## 📜 Code of Conduct
77+
78+
By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md).
79+
80+
---
81+
82+
## 🤝 Need Help?
83+
84+
If you face any difficulty while contributing, feel free to open an issue or reach out to the maintainers.
85+
86+
---
87+
88+
Happy Coding! 🎉

README.md

Lines changed: 158 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,86 @@
22

33
Welcome to **CodeCanvas**, a vibrant community platform where developers from around the globe can showcase their amazing front-end projects, get inspired, and connect with fellow creators. Whether you're a seasoned pro or just starting your journey, this is the perfect place to share your creativity and explore innovative designs.
44

5+
[![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/Varshitha713/CodeCanvas)
6+
7+
<div align="center">
8+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
9+
</div>
10+
511
## About the Project 🌟
612

713
CodeCanvas aims to be a go-to hub for front-end developers to display their work, discover new techniques, and foster a collaborative environment. We believe in the power of sharing and learning from each other, making front-end development more accessible and exciting for everyone.
814

9-
##SCREENSHOTS
15+
<div align="center">
16+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
17+
</div>
18+
19+
**📊 Project Insights**
20+
<table align="center">
21+
<thead align="center">
22+
<tr>
23+
<td><b>🌟 Stars</b></td>
24+
<td><b>🍴 Forks</b></td>
25+
<td><b>🐛 Issues</b></td>
26+
<td><b>🔔 Open PRs</b></td>
27+
<td><b>🔕 Closed PRs</b></td>
28+
<td><b>🛠️ Languages</b></td>
29+
<td><b>👥 Contributors</b></td>
30+
</tr>
31+
</thead>
32+
<tbody>
33+
<tr>
34+
<td><img alt="Stars" src="https://img.shields.io/github/stars/Varshitha713/CodeCanvas?style=flat&logo=github"/></td>
35+
<td><img alt="Forks" src="https://img.shields.io/github/forks/Varshitha713/CodeCanvas?style=flat&logo=github"/></td>
36+
<td><img alt="Issues" src="https://img.shields.io/github/issues/Varshitha713/CodeCanvas?style=flat&logo=github"/></td>
37+
<td><img alt="Open PRs" src="https://img.shields.io/github/issues-pr/Varshitha713/CodeCanvas?style=flat&logo=github"/></td>
38+
<td><img alt="Closed PRs" src="https://img.shields.io/github/issues-pr-closed/Varshitha713/CodeCanvas?style=flat&color=critical&logo=github"/></td>
39+
<td><img alt="Languages Count" src="https://img.shields.io/github/languages/count/Varshitha713/CodeCanvas?style=flat&color=green&logo=github"></td>
40+
<td><img alt="Contributors Count" src="https://img.shields.io/github/contributors/Varshitha713/CodeCanvas?style=flat&color=blue&logo=github"/></td>
41+
</tr>
42+
</tbody>
43+
</table>
44+
45+
<div align="center">
46+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
47+
</div>
48+
49+
<h2 align="center">🎯 Open Source Programmes ⭐</h2>
50+
51+
<p align="center">
52+
<b>This project is now OFFICIALLY accepted for:</b>
53+
</p>
54+
55+
![GSSoC Logo](https://github.com/Varshitha713/CodeCanvas/blob/master/assets/gssoc%20logo.png)
56+
57+
🌟 **Exciting News...**
58+
59+
🚀 This project is now an official part of GirlScript Summer of Code – GSSoC'25! 💃🎉💻 We're thrilled to welcome contributors from all over India and beyond to collaborate, build, and grow CodeCanvas. Let’s make learning and career development smarter – together! 🌟👨‍💻👩‍💻
60+
61+
👩‍💻 GSSoC is one of India’s **largest 3-month-long open-source programs** that encourages developers of all levels to contribute to real-world projects 🌍 while learning, collaborating, and growing together. 🌱
62+
63+
🌈 With **mentorship, community support**, and **collaborative coding**, it's the perfect platform for developers to:
64+
65+
✨ Improve their skills
66+
🤝 Contribute to impactful projects
67+
🏆 Get recognized for their work
68+
📜 Receive certificates and swag!
69+
70+
🎉 **I can’t wait to welcome new contributors** from GSSoC 2025 to this CodeCanvas project family!
71+
Let's build, learn, and grow together — one commit at a time. 🔥👨‍💻👩‍💻
72+
73+
<div align="center">
74+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
75+
</div>
76+
77+
## SCREENSHOTS
1078

1179
<img width="1848" height="873" alt="image" src="https://github.com/user-attachments/assets/70fc2f4c-d973-4821-951d-15247f791402" />
1280
<img width="1892" height="873" alt="image" src="https://github.com/user-attachments/assets/489c2b11-3ad2-4d48-a535-3567df34bdf6" />
1381

14-
82+
<div align="center">
83+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
84+
</div>
1585

1686
## Features 🚀
1787

@@ -20,6 +90,10 @@ CodeCanvas aims to be a go-to hub for front-end developers to display their work
2090
* **Get Inspired:** Find inspiration for your next project by exploring creative designs and innovative solutions.
2191
* **Open Source Ready:** Built with an open-source mindset, making it easy for contributions and future enhancements.
2292

93+
<div align="center">
94+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
95+
</div>
96+
2397
## Tech Stack 💻
2498

2599
CodeCanvas is built with the foundational technologies of web development, ensuring simplicity and broad compatibility:
@@ -28,17 +102,29 @@ CodeCanvas is built with the foundational technologies of web development, ensur
28102
* **CSS:** For styling the user interface, creating an engaging and responsive design.
29103
* **JavaScript:** For adding interactivity and dynamic functionalities to the platform.
30104

105+
<div align="center">
106+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
107+
</div>
108+
31109
## Open Source Ready Features ✅
32110

33111
This project is meticulously designed to be **excellent for open source contributions**. We've focused on simplicity, clarity, and extensibility to ensure a smooth experience for anyone looking to contribute.
34112

113+
<div align="center">
114+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
115+
</div>
116+
35117
### Contribution-Friendly 👋
36118

37119
* **Clear structure for adding new features:** We have a straightforward approach for integrating new functionalities.
38120
* **Sample data that's easy to expand:** Our project data is simple to understand and extend, making it easy to add more projects.
39121
* **Responsive design foundation:** The project is built with a responsive foundation, ensuring a great experience across various devices.
40122
* **Modern coding practices:** We adhere to contemporary coding standards for clean, efficient, and maintainable code.
41123

124+
<div align="center">
125+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
126+
</div>
127+
42128
## Growth Potential 🌱
43129

44130
We envision CodeCanvas growing into a comprehensive platform, and we welcome contributions that can help us achieve this vision. Here are some areas where contributors can easily add value:
@@ -51,6 +137,10 @@ We envision CodeCanvas growing into a comprehensive platform, and we welcome con
51137
* **💾 Database integration:** Integrate a database to manage and scale project data more effectively.
52138
* **📱 PWA features:** Enhance the user experience with Progressive Web App functionalities for offline access and improved performance.
53139

140+
<div align="center">
141+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
142+
</div>
143+
54144
## How to Contribute 🤝
55145

56146
We'd love for you to contribute to CodeCanvas! Here's how you can get started:
@@ -62,12 +152,73 @@ We'd love for you to contribute to CodeCanvas! Here's how you can get started:
62152
5. **Commit** your changes and **push** them to your forked repository.
63153
6. Create a **pull request** to the `main` branch of this repository, describing your contributions.
64154

65-
Please refer to our `CONTRIBUTING.md` (coming soon!) for more detailed guidelines.
155+
<div align="center">
156+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
157+
</div>
158+
159+
### 🙌 **Thank You, Contributors!**
160+
161+
Thanks to these amazing people who have contributed to the **CodeCanvas** project:
162+
163+
We love our contributors! If you'd like to help, please check out our [`CONTRIBUTING.md`](https://github.com/Varshitha713/CodeCanvas/blob/master/Contributing.md) file for more detailed guidelines.
164+
165+
<!-- readme: contributors -start -->
166+
<p align="center">
167+
<img src="https://api.vaunt.dev/v1/github/entities/Varshitha713/repositories/CodeCanvas/contributors?format=svg&limit=54" width="500" />
168+
</p>
169+
<!-- readme: contributors -end -->
170+
171+
<p style="font-family:var(--ff-philosopher);font-size:3rem;"><b> Show some <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" alt="Red Heart" width="40" height="40" /> by starring this awesome repository!
172+
</p>
173+
174+
<div align="center">
175+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
176+
</div>
177+
178+
## 📬 Get in Touch 💬
179+
180+
For questions, suggestions, or collaboration, reach out via [LinkedIn](https://www.linkedin.com/in/varshitha-macha/) or [open an issue](https://github.com/Varshitha713/CodeCanvas/issues)
181+
182+
<div align="center">
183+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
184+
</div>
185+
186+
## 💡 Suggestions & Feedback
187+
188+
Feel free to open issues or discussions if you have any feedback, feature suggestions, or want to collaborate or connect with us through our community channels (links coming soon)!
189+
190+
<div align="center">
191+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
192+
</div>
193+
194+
## 📄 License
195+
196+
The project license for CodeCanvas `Coming Soon`
197+
198+
<div align="center">
199+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
200+
</div>
201+
202+
<h1 align="center"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Glowing%20Star.png" alt="Glowing Star" width="25" height="25" /> Give us a Star and let's make magic! <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Glowing%20Star.png" alt="Glowing Star" width="25" height="25" /></h1>
203+
<div align="center">
204+
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Mirror%20Ball.png" alt="Mirror Ball" width="150" height="150" />
205+
</div>
66206

67-
## Get in Touch 💬
207+
<div align="center">
208+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
209+
</div>
68210

69-
Have questions, suggestions, or just want to say hi? Feel free to open an issue in this repository or connect with us through our community channels (links coming soon!).
211+
<h2>Project Admin:</h2>
212+
<table>
213+
<tr>
214+
<td align="center">
215+
<a href="https://github.com/Varshitha713"><img src="https://avatars.githubusercontent.com/u/132129385?v=4" height="140px" width="140px" alt="Macha Varshitha"></a><br><sub><b>Macha Varshitha</b><br><a href="https://www.linkedin.com/in/varshitha-macha/"><img src="https://github-production-user-asset-6210df.s3.amazonaws.com/73993775/278833250-adb040ea-e3ef-446e-bcd4-3e8d7d4c0176.png" width="45px" height="45px"></a></sub>
216+
</td>
217+
</tr>
218+
</table>
70219

71-
## License 📄
220+
<div align="center">
221+
<img src="https://user-images.githubusercontent.com/74038190/212284115-f47cd8ff-2ffb-4b04-b5bf-4d1c14c0247f.gif" width="1000">
222+
</div>
72223

73-
This project is licensed under the MIT License - see the `LICENSE` file for details.
224+
> [🔝 Back to Top](#top)

assets/gssoc logo.png

129 KB
Loading

0 commit comments

Comments
 (0)