Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
![logo](https://github.com/sahilatahar/Code-Sync/assets/100127570/d1ff7f52-a692-4d51-b281-358aeab9156e)
![logo](https://github.com/gitsofaryan/codespace/blob/main/client/src/assets/codespace.svg)

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/gitsofaryan/codespace?style=for-the-badge&color=48bf21)
![GitHub Repo stars](https://img.shields.io/github/stars/gitsofaryan/codespace?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/gitsofaryan/codespace?style=for-the-badge&color=d7af2d)
![GitHub pull requests](https://img.shields.io/github/issues-pr/gitsofaryan/codespace?style=for-the-badge&color=f47373)
![GitHub License](https://img.shields.io/github/license/gitsofaryan/codespace?style=for-the-badge&color=e67234)
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fgitsofaryan%2Fcodespace&label=Repo%20Views&countColor=%2337d67a&labelStyle=upper)

## 🔮 Features

Expand All @@ -30,7 +30,7 @@ A collaborative, real-time code editor where users can seamlessly code together.

## 🚀 Live Preview

You can view the live preview of the project [here](https://code-sync-live.vercel.app/).
You can view the live preview of the project [here](https://codespacex.vercel.app/).

## 💻 Tech Stack

Expand All @@ -50,7 +50,7 @@ You can view the live preview of the project [here](https://code-sync-live.verce
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/<your-username>/Code-Sync.git
git clone https://github.com/<your-username>/codespace.git
```
3. **Set .env file:**
Inside the client and server directories rename the `.env.example` file to `.env` and set the following environment variables:
Expand Down
Binary file added Screenshot 2024-07-10 234914.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2024-07-10 235001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2024-07-10 235105.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot 2024-07-10 235151.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading