The main objective of this project is to reduce the burden and ignorance for all programmers especially for beginners.
- It is much helpful to bring all platforms belonging to coding into one place π¨βπ».
- It is more useful to beginners to know all about programming and as well as gain practical knowledge π¨βπ».
- Implemented with all features like competitive programming, online courses, open source materials, project ideas, event scheduler, GitHub explorer in a one web application π¨βπ».
- HTML5
- CSS3
- JavaScript
- Clone the repository
https://github.com/Ash515/CodersPLOT.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git