All Projects → IEEE-VIT → techloop-w-plus

IEEE-VIT / techloop-w-plus

Licence: MIT license
Archives of webdev sessions

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to techloop-w-plus

spring-boot-vuejs-websockets
✔️ Simple spring-boot vue.js app with websockets and docker support
Stars: ✭ 30 (+42.86%)
Mutual labels:  bootstrap4
crudular
An Angular CRUD example application using JWT and consuming a JSON API
Stars: ✭ 16 (-23.81%)
Mutual labels:  bootstrap4
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (+19.05%)
Mutual labels:  bootstrap4
hugo-dynamic-tabs
A Hugo theme component that allows you to add dynamic tabs in your markdown files.
Stars: ✭ 36 (+71.43%)
Mutual labels:  bootstrap4
gulp-sass-bootstrap-boilerplate
⏰📌 Boilerplate with gulp.js, Sass, Babel, and Browsersync.
Stars: ✭ 24 (+14.29%)
Mutual labels:  bootstrap4
tablerDash
tabler dashboard template for shiny
Stars: ✭ 72 (+242.86%)
Mutual labels:  bootstrap4
material-sass
A rubygem of Material Design for Bootstrap 4
Stars: ✭ 55 (+161.9%)
Mutual labels:  bootstrap4
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (+33.33%)
Mutual labels:  bootstrap4
sparky
A Bootstrap 3 and 4 Sass Starter Project
Stars: ✭ 21 (+0%)
Mutual labels:  bootstrap4
webpack-bootstrap
Bootstrap 4 template based on Webpack
Stars: ✭ 48 (+128.57%)
Mutual labels:  bootstrap4
simple-webpack-starter
Webpack 4 starter project for rapid websites development with SASS, Bootstrap 4, ES6 & Docker.
Stars: ✭ 18 (-14.29%)
Mutual labels:  bootstrap4
ContestMania
A platform for tracking your competitive progress on various competitive coding websites.
Stars: ✭ 36 (+71.43%)
Mutual labels:  bootstrap4
vue-loopback
A Vue project template with Loopback framework optionally with Vuex, Vue-router, and Auth boilerplaite
Stars: ✭ 52 (+147.62%)
Mutual labels:  bootstrap4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (+14.29%)
Mutual labels:  bootstrap4
Portfolio-Template-Bootstrap
Portfolio Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 31 (+47.62%)
Mutual labels:  bootstrap4
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+209.52%)
Mutual labels:  bootstrap4
startbootstrap-1-col-portfolio
A one column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 60 (+185.71%)
Mutual labels:  bootstrap4
startbootstrap-business-frontpage
A Bootstrap HTML business homepage template created by Start Bootstrap
Stars: ✭ 177 (+742.86%)
Mutual labels:  bootstrap4
bootstrap-starter-template
Bootstrap Starter Template for Brackets
Stars: ✭ 33 (+57.14%)
Mutual labels:  bootstrap4
cuida
A design system built by Sysvale, using storybook and Vue components
Stars: ✭ 16 (-23.81%)
Mutual labels:  bootstrap4

Techloop W+

Introduction

IEEE-VIT introduces it's Techloop series and this repository will contain the session material as well as Tasks concerned with the topic Webdevelopment.

Instructions

  1. Fork this repository to your account. You will be redirected to your repository with the link https://github.com/<your-username>/techloop-w-plus
  2. Clone that repository. Inside the users folder, make a new folder and name it as your username.
  3. Inside users/<your-username>, create a file about_me.txt and write few lines about yourself.
  4. The directory should look like
├── README.md
└── users
    └── <your-username>
        └── about_me.txt

  1. Make all the changes. push them to your repository using
git add .
git commit -m <your-message>
git push -u origin master
  1. Once this is done, open a pull-request and the PR will be reviewed by one of the seniors and then merged with the repository

Updating your repo

  1. If your repository has the header this repository is behind original repository by 3 commits
  2. do this
git pull https://github.com/IEEE-VIT/techloop-w-plus master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].