Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.5 KB

README-en.md

File metadata and controls

42 lines (30 loc) · 2.5 KB

Together Coding

English한국어

This project was a capstone project of the Department of Computer Science, and was carried out by a2tt, boyfromthewell and chasw0326 from March 13 to June 15. Together Coding is a Real-Time Code Sharing Service for one-to-many coding classes.

We aimed to create a service that can remedy for the shortcomings of existing collaborative code sharing services and traditional coding classes.

Major Features

All users can do:

  • To create courses and lessons, and to manage participating students.
  • To create, read, modify, and delete files like a typical code editor.
  • To share changes to files and cursor positions with others in real-time.
  • To execute code through an external server.
  • To create QnA referencing code.

Expected Effects

  • Teachers can manage the code sharing systematically and continuously for each lesson.
  • Every participant has their own project on the AWS cloud.
  • This service improves the unidirectional nature of existing lessons by sharing the code modification in real-time.
  • Participants can ask and answer questions more efficiently and intuitively through code-referencing QnA.
  • Teachers can accumulate and record the current status of the students.
  • Even after the sharing terminated, participants can always access the code that has been used during the lesson.

Repositories

Related Links