diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 728db35..12ade27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contributing to Code Sync +# Contributing to Code Connect -We welcome contributions to the Code Sync project! Whether you're reporting a bug, suggesting a new feature, or fixing a typo, your input is valuable to us. Here are some guidelines to help you get started: +We welcome contributions to the Code Connect project! Whether you're reporting a bug, suggesting a new feature, or fixing a typo, your input is valuable to us. Here are some guidelines to help you get started: Thank you for considering contributing to code sync! Follow the steps below to contribute: @@ -10,7 +10,7 @@ Thank you for considering contributing to code sync! Follow the steps below to c 2. **Clone the Repository:** Clone your forked repository to your local machine: ```bash - git clone https://github.com//Code-Sync.git + git clone https://github.com//Code-Connect.git ``` ## Making Changes @@ -38,7 +38,7 @@ Thank you for considering contributing to code sync! Follow the steps below to c ## Reporting Bugs -If you find a bug while using Code Sync, please report it by opening an issue on Github. Please include the following information: +If you find a bug while using Code Connect, please report it by opening an issue on Github. Please include the following information: * Description of the bug * Steps to reproduce the bug @@ -56,7 +56,7 @@ If you notice a spelling mistake or grammatical error in the project's documenta ## Thank You! -Thank you for contributing to Code Sync! Your efforts make a difference. +Thank you for contributing to Code Connect! Your efforts make a difference. If you have questions or need assistance, contact the project maintainers. Happy contributing! \ No newline at end of file diff --git a/README.md b/README.md index 77c0606..9a01e08 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Code Sync - A Realtime Code Editor +# Code Connect - A Realtime Code Editor ![Preview Image](./preview.png) -Code Sync is a collaborative, real-time code editor where users can seamlessly code together. It provides a platform for multiple users to enter a room, share a unique room ID, and collaborate on code simultaneously. +Code Connect is a collaborative, real-time code editor where users can seamlessly code together. It provides a platform for multiple users to enter a room, share a unique room ID, and collaborate on code simultaneously. -![GitHub contributors](https://img.shields.io/github/contributors/sahilatahar/Code-Sync?style=for-the-badge&color=48bf21) -![GitHub Repo stars](https://img.shields.io/github/stars/sahilatahar/Code-Sync?style=for-the-badge) -![GitHub issues](https://img.shields.io/github/issues/sahilatahar/Code-Sync?style=for-the-badge&color=d7af2d) -![GitHub pull requests](https://img.shields.io/github/issues-pr/sahilatahar/Code-Sync?style=for-the-badge&color=f47373) -![GitHub License](https://img.shields.io/github/license/sahilatahar/Code-Sync?style=for-the-badge&color=e67234) -![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fsahilatahar%2FCode-Sync&label=Repo%20Views&countColor=%2337d67a&labelStyle=upper) +![GitHub contributors](https://img.shields.io/github/contributors/sahilatahar/Code-Connect?style=for-the-badge&color=48bf21) +![GitHub Repo stars](https://img.shields.io/github/stars/sahilatahar/Code-Connect?style=for-the-badge) +![GitHub issues](https://img.shields.io/github/issues/sahilatahar/Code-Connect?style=for-the-badge&color=d7af2d) +![GitHub pull requests](https://img.shields.io/github/issues-pr/sahilatahar/Code-Connect?style=for-the-badge&color=f47373) +![GitHub License](https://img.shields.io/github/license/sahilatahar/Code-Connect?style=for-the-badge&color=e67234) +![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fsahilatahar%2FCode-Connect&label=Repo%20Views&countColor=%2337d67a&labelStyle=upper) ## 🔮 Features @@ -171,7 +171,7 @@ README.md 1. **Fork this repository:** Click the Fork button located in the top-right corner of this page to fork the repository. 2. **Clone the repository:** ```bash - git clone https://github.com//Code-Sync.git + git clone https://github.com//Code-Connect.git ``` 3. **Set .env file:** Inside the client and server directory, create or edit the .env file and add the following line: @@ -216,7 +216,7 @@ README.md ## 🤝 Contribute -We welcome contributions to make Code Sync even better! Whether you're reporting a bug, suggesting a new feature, or fixing a typo, your input is valuable to us. Follow the [contribution guidelines](CONTRIBUTING.md) to get started. +We welcome contributions to make Code Connect even better! Whether you're reporting a bug, suggesting a new feature, or fixing a typo, your input is valuable to us. Follow the [contribution guidelines](CONTRIBUTING.md) to get started. ## 🌟 Support Us diff --git a/client/index.html b/client/index.html index 4bf79e9..9d22388 100644 --- a/client/index.html +++ b/client/index.html @@ -1,63 +1,39 @@ - - - - Code Sync - A Realtime Code Editor - - - - - - - - - - - - - - - - - - - - - - -
- - - + + + + Code Connect - A Realtime Code Editor + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/client/public/favicon/site.webmanifest b/client/public/favicon/site.webmanifest index 5229e83..1600607 100644 --- a/client/public/favicon/site.webmanifest +++ b/client/public/favicon/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Code Sync", - "short_name": "Code Sync", + "name": "Code Connect", + "short_name": "Code Connect", "icons": [ { "src": "android-chrome-192x192.png", diff --git a/client/src/components/GitHubCorner.jsx b/client/src/components/GitHubCorner.jsx index 7fe863c..69ab2b7 100644 --- a/client/src/components/GitHubCorner.jsx +++ b/client/src/components/GitHubCorner.jsx @@ -7,7 +7,7 @@ function GitHubCorner() { return ( -

Code Sync

+

Code Connect

- {"Code, Chat, Collaborate. It's All in Sync."} + {"Code, Chat, Collaborate. It's All in Connect."}

Code Sync Illustration