Giter Club home page Giter Club logo

lessons-code's Introduction

Pursuit Core Web 6.2 Lessons' Code

This repository contains the JavaScript programs and code snippets written by Alejo and students during lessons.

The purpose of this repository is to share the code written during lesson with the class so that access, review and study of it is possible. Also so that Alejo doesn't have to be sharing code snippets on Slack (which sucks).

This repo is organized by units and lessons. Every unit is a top level folder with sub-folders for every lesson.

Directory Structure

  .
  ├── unit_1
  │   └── ...
  ├── unit_2
  │   └── ...
  └── unit_3
      ├── express_middleware
      ├── intro_to_express
      ├── node_and_event_loop
      ├── npm_and_modules
      └── passing_data_express

Special Instructions

If the code you want to review is in a folder that contains a package.json file like unit_3/express_middleware you will need to execute npm install while being in that directory. This command will download all the packages listed under the dependencies property of the json document. That is it will download from npm all the dependencies the code needs to work.

Uploading dependencies to GitHub is discouraged because they occupy considerable space and often get updated. That is the reason behind this.

Other related repos

Unit 4

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.