π» An Open Source organization to Educate people about the right style of getting educated!.π°π₯.
Join the Discord Server here
π»π»Follow us on LinkedIn
π° Get Latest Updates about Everything there exits in Computer Science
β¨ Search in a Dictionary Style manner.
π Get Ahead with the right guidance from the Community.
https://cswala-web.vercel.app/
./src
βββ assets #Any assets(img/css/fonts) that are imported into your components.
β βββ img
β β βββ ...
β βββ css
β β βββ ...
β βββ fonts
β β βββ ...
βββ components #All the components of the projects that are not the main views.
β βββ NavBar.vue
β βββ Footer.vue
β βββ LinkPreview.vue
β βββ VCard.vue
β βββ ...
βββ mixins (js) #Parts of javascript code that is reused in different components.
β βββ ...
βββ router #All the routes of the website.
β βββ index.js
βββ views #All the views of different pages.
β βββ Admin
β β ββ index.vue
β β ββ ResourceReview.vue
β βββ User
β β ββ Login.vue
β β ββ Register.vue
β β ββ EditProfile.vue
β β ββ AddResources.vue
β βββ HomePage.vue
β βββ AboutPage.vue
β βββ DetailPage.vue
β βββ ExplorePage.vue
β βββ HackFeed.vue (LatestNews/Events)
β βββ JobHuntPage.vue (JobPortals/Opportunities)
β βββ Community.vue (Disscusion/Messages)
β βββ 404.vue
β βββ ...
βββ App.vue
βββ main.js
Get the code by either cloning this repository using git
> git clone https://github.com/CSwala/CSwala-website
... or downloading source code code as a zip archive.
Once downloaded, open the terminal in the project directory, and continue with:
npm install
npm run serve
Visit in browser: http://localhost:8080
npm run build
You can find our Contributing guidelines here.
Rituraj Jain π» |
Saransh Harda π» |
You can find our Code of Conduct here.
This project follows the MIT License.