Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlh-fellowship/anon-code

A fast code collaboration platform.
https://github.com/mlh-fellowship/anon-code

programming video-chat

Last synced: 17 days ago
JSON representation

A fast code collaboration platform.

Awesome Lists containing this project

README

        

#

Anon Code



Maintenance











Motivation
Usage
Demo
Site
Built with
To-do
Team
License

## Motivation
Pair collaboration is not easy especially when it is online. Therefore, we hope by integrating video chat and code editor together, we could bring user a better pair programming experience.

## Usage
Open a terminal inside the root directory and run

1. `npm install`
3. Make an `.env` file by following the `.env.template`
2. `node server.js`

Open another terminal
1. Navigate to the client folder and run `yarn install`
2. Run `yarn build`
3. Run `yarn start`

## Demo

## Site
## Built-with

|Langauge | Framework | Component|
|-|-|-|
|JavaScript|[React.js](https://reactjs.org/) | Frontend|
|JavaScript|[Express.js](https://expressjs.com/) | Backend|
|HTML| | |
|CSS|| |

Other tools:
[Pusher](https://pusher.com/channels?campaignid=916184871&utm_source=adwords&utm_medium=cpc&utm_campaign=Brand_Pusher_Exact&utm_term=pusher&utm_creative=264982473776&gclid=CjwKCAiAnvj9BRA4EiwAuUMDf3ZwSy6Y619wNpGmAiVbX_z_uKfR4sfGqW7oDVhnlGqPFWCcncpUjhoCMl0QAvD_BwE)

## To-do
- Improve UI
- Support other languages and add compiler

## Team
| Prionti Nasir | Shayan Riyaz | Shiyue Zhang |
| :----: | :---: | :---: |
| [](https://github.com/knoxd8256)
[🌍]() [💻](https://github.com/smellslikekeenspirit) [🤝]() | [](https://shayanriyaz.github.io)
[🌍](https://shayanriyaz.github.io) [💻](https://github.com/ShayanRiyaz) | []()
[🌍]() [💻]() [🤝]() |

## License
You can read the MIT License [here](https://github.com/MLH-Fellowship/Anon-Code/blob/main/LICENSE).