GithubHelp home page GithubHelp logo

rjkerrison / webdev-2507 Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 9.0 6.64 MB

Class repository for Ironhack Paris WebDev-2507

JavaScript 63.49% CSS 9.44% Shell 0.04% HTML 26.97% Ruby 0.05%
course ironhack

webdev-2507's Introduction

layout permalink title nav_order
default
/
Welcome
-1

Welcome to WebDev 2507 Paris

Hello WebDev Paris 2507!

Kicking off on 25th July 2022, we'll have 9 weeks to become full-stack web developers.

Notes

Find the notes you need by week:

To view the repository as notes, go to rjkerrison.co.uk/webdev-2507.

Contents

Who's the team?

Your instructional team includes:

  • Robin James Kerrison
  • Florian Aube
  • Haroun Boudour

Using this repository

This is a github repository full of notes, examples, and tools for Ironhack WebDev 2507.

To view the repository on github, go to github.com/rjkerrison/webdev-2507.

The repository is updated at least daily. We'll have the latest examples from class, as well as a description of the day's main topics, and links to useful external resources.

Staying up-to-date

You can get the latest changes of this repository by running

git pull

You can open this repository in Visual Studio Code by running

code .

from the command-line.

In case of issues pulling latest changes

In case you need to clear any local changes you have made, you can run git stash, then perform the git pull, and finally restore your changes with git stash pop:

git stash
git pull
git stash pop

Script helpers

This repo comes with a script helper: students.sh. Run it and see. This is mainly intended for teaching team use.

Generating groups

Run ./students.sh groups 3 to generate groups of three.

Checking morning sunshines

Run ./students.sh sunshine to find out who is doing morning sunshine next!

Cloning lab repos

If you want a list of commands that can clone all the lab forks for every student, run ./students.sh lab <lab-repo-name>. E.g. ./students.sh lab lab-css-instagram-clone.

You can copy the printed commands and run them wherever you store cloned labs.

Viewing github profiles and projects

Try running these to open up students' github profiles and repositories in your browser.

./students.sh github benjamin
./students.sh project meryem

View all the project URLs with

./students.sh list table

webdev-2507's People

Contributors

flow-fly avatar rjkerrison avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.