Skip to content

CSwala/cswalaWeb-V1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published