Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mlh-fellowship/anon-code
- Owner: MLH-Fellowship
- License: mit
- Created: 2020-11-19T05:19:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T23:08:13.000Z (about 4 years ago)
- Last Synced: 2024-12-16T19:13:11.752Z (17 days ago)
- Topics: programming, video-chat
- Language: JavaScript
- Homepage:
- Size: 463 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Anon Code
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 run1. `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).