This is a code snippet sharing app that lets you share syntax highlighted code snippets with easy copy paste options and a secure secret code and a unique url.
You can view the demo here.
- Frontend: HTML/CSS/Bulma CSS
- Backend: Django
Student Code-in is a global program that helps students grow with βOPEN SOURCEβ. It is a 2 months long Open-Source initiative which provides you the best platform to improve your skills and abilities by contributing to vast variety of OPEN SOURCE Projects. In this,all the registered participants would get an exquisite opportunity to interact with the mentors and the Organizing Team.
NOTE: All the contributions to be counted under Student Code-In should be made to the
sci
branch.
NWoC (NJACK Winter of Code) is a program by NJACK (The Official Computer Science Club of IIT Patna) that helps students understand the paradigm of Open Source contribution and gives them real world software development experience.
NOTE: All the contributions to be counted under NWoC should be made to the
nwoc
branch.
Script Winter of Code is an open-source program envisioned by the Script Foundation. It aims to bring students into the world of open source development and see the power of unified problem-solving in real time.They will learn the skills essential in the world of programming, all the while developing a deep appreciation for the world of open-source.
GitHub Usernames | Domain |
---|---|
@abhishek2x | Full Stack + Documentation |
@adad20 | Full Stack |
@khannakshat7 | Full Stack |
@PragatiVerma18 | Full Stack + Documentation |
- Fork and Clone the repo using
git clone https://github.com/PragatiVerma18/Snippet-Share.git
cd Snippet-Share/snippet_share_project
- Install dependencies using
pip install -r requirements.txt
- Make migrations using
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Create a superuser
python manage.py createsuperuser
- Run server using
python manage.py runserver
TITLE | LEVEL |
---|---|
UI Enhancements | EASY |
Project Documentation | EASY |
Code Themes | MEDIUM |
Public and Private Modes for Sharing Snippets | HARD |
Hashing/Encryption for safe sharing | ADVANCED |
Rest API | HARD |
Pragati Verma |
Need help? Feel free to contact me @ [email protected]
Made By Pragati Verma with β€οΈ
Thanks goes to these wonderful people (emoji key):
Pragati Verma π» |
Manshi Todi π» |
Divy1998 π» |
Abhishek Srivastava π» |
Akshat Khanna π» |
Aditya Tomar π» |
This project follows the all-contributors specification. Contributions of any kind welcome!