From 49a756538c58f92392d12bd504a1a4dc2f3ef2ad Mon Sep 17 00:00:00 2001 From: Jennifer Lindgren <jenli414@student.liu.se> Date: Thu, 30 May 2019 19:39:40 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 51e1f16e..f8ee84b3 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,5 @@ Codabify is a web application for collaborative code hacking in your browser! Create and share projects, write code and chat with your collaborators in real-time. -Some features I plan to implement are: -- Users -- Projects -- Different levels of authority for users in a project (edit, view-only) -- Chat -- Select a code section and add a comment -- Git support (commit and push changes to repo) -- Run code -- Different languages (I will start with Python) -- Code blocks (similar to the ones in Jupyter Notebooks) - -The frontend will be built using Angular and the backend using Flask. -For testing I will use Selenium. The databases required to store data will be -created and maintained using SQLite3. - -One challenge I see is creating a nice coding environment with syntax -highlighting and syntax error detection, however I have found a few libraries -that may be able to help me with this. For example PyChecker, Pyflakes or -pylint in the case of Python files. +A video showing the application and some of the code is available here: +https://youtu.be/dePURsHOfyE -- GitLab