Skip to content

Commit 962e82c

Browse files
authored
Update README.md
1 parent 2c3c3a8 commit 962e82c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code Playground (Frontend)
22

3-
![Code Playground Demo](https://raw.githubusercontent.com/ProdexOne/code-playground-frontend/master/img/code-playground.gif)
3+
![Code Playground Demo](https://raw.githubusercontent.com/theanujdev/code-playground-frontend/master/img/code-playground.gif)
44

55
## Overview
66

@@ -27,7 +27,7 @@ This project provides a real-time cloud-based code sync and editing and website
2727
- Clone the project
2828

2929
```bash
30-
git clone https://github.com/ProdexOne/code-playground-frontend.git
30+
git clone https://github.com/theanujdev/code-playground-frontend.git
3131
```
3232

3333
- Go to the project directory
@@ -54,23 +54,23 @@ npm install
5454
npm start
5555
```
5656

57-
> **Note:** You need to run [Code Playground Backend](https://github.com/ProdexOne/code-playground-backend) server in the background.
57+
> **Note:** You need to run [Code Playground Backend](https://github.com/theanujdev/code-playground-backend) server in the background.
5858
5959
## Optimizations
6060

6161
Code is refactored and project structure is optimized for scalability. Along with react components and pages, context hook for global state and _debounce_ function have also been used.
6262

6363
## Screenshots
6464

65-
![App Screenshot](https://raw.githubusercontent.com/ProdexOne/code-playground-frontend/master/img/code-playground.png)
65+
![App Screenshot](https://raw.githubusercontent.com/theanujdev/code-playground-frontend/master/img/code-playground.png)
6666

6767
## Feedback
6868

69-
If you have any feedback, please reach out at [@AnujS_IN](https://twitter.com/AnujS_IN)
69+
If you have any feedback, please reach out at [@theanujdev](https://twitter.com/theanujdev)
7070

7171
## Authors
7272

73-
- [@ProdexOne](https://www.github.com/ProdexOne)
73+
- [@theanujdev](https://www.github.com/theanujdev)
7474

7575
## License
7676

0 commit comments

Comments
 (0)