πŸ’» An Open Source organization to Educate people about the right style of getting educated!.πŸ“°πŸ”₯.

Join the Discord Server here

πŸ’»πŸ’»Follow us on LinkedIn

GitHub forks GitHub Repo stars
License: MIT Open Source Love svg1 PRs Welcome contributions welcome Maintenance

πŸ”₯ Features

πŸ“° 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.

LivePreview

https://cswala-web.vercel.app/

Directory Structure

./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

Setup

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

Compiles and hot-reloads for development

npm run serve

Visit in browser: http://localhost:8080

Compiles and minifies for production

npm run build

Contribution Guidelines βš™οΈ

You can find our Contributing guidelines here.

😎Maintainers


Rituraj Jain

πŸ’»

Saransh Harda

πŸ’»

Code Of Conduct:

You can find our Code of Conduct here.

License πŸ“

This project follows the MIT License.



Made with ❀ by CS wala



If you liked the project don't forget to 🌟 and 🍽 the project.