Welcome to CodeClips!
This was done as a project for COMP-3504
Description
This is a code snippet manager extension for Visual Studio Code with the following functionalities
- Users can create and login to their accounts
- Users can upload code snippets as private or public
- Users can search through public code snippets and save them to their mySnippets collection
- Users can copy snippets from their collection to their systems clipboard
- Users can remove snippets from their collection
Team Members
Relevant Documents
- nodeJS
- MongoDB
- JavaScript
- HTML
- CSS
Local Deployment and Testing
To test this project locally
- Clone the project
- Open the CodeClips folder in VSCode
- debug using the RunExtension option
| |