Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

bakker4444/DojoAssignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DojoAssignments


This repo is for the assignment for Coding Dojo and personal code references.

Folder is organized in chronological order of learning.


Repository Folder Structure

DojoAssignments
│
├── 001_WebFundamentals
│   │
│   ├── 0001_Git
│   │   ├── gitDemo
│   │   ├── GitHubRepoAssignment
│   │   ├── gitTest
│   │   └── newProject
│   │
│   ├── 0002_HTML
│   │
│   ├── 0003_CSS
│   │   ├── aboutPython
│   │   ├── displayBlocks
│   │   ├── gitBasics
│   │   ├── internet
│   │   ├── javascriptBasic
│   │   ├── periodicTable
│   │   ├── plottingYourBlock
│   │   ├── portfolio
│   │   ├── responsiveBlocks
│   │   ├── shapes
│   │   └── simplyResponsive
│   │
│   ├── 0004_Javascript
│   │   ├── fancyArray
│   │   ├── forAFewBillion
│   │   ├── iDoDeclare
│   │   ├── ifYouDontMindCanIHaveTheTime
│   │   ├── numbersOnly
│   │   ├── randomChance
│   │   ├── rangePrint
│   │   ├── studentsAndInstructors
│   │   └── whileYouWait
│   │
│   ├── 0005_jQuery
│   │   ├── colorClicker
│   │   ├── contactCard
│   │   ├── debuggingJquery
│   │   ├── disappearingNinja
│   │   ├── jqueryFunctions
│   │   ├── ninjaToCat
│   │   └── users
│   │
│   ├── 0006_API_and_AJAX
│   │   ├── buildYourOwnPokedex
│   │   ├── gameOfThrones
│   │   ├── pokemon
│   │   └── yourVeryOwnWeatherForecastApp
│   │
│   └── 0007_Next_Step
│       └── pacman
│
│
├── 002_Python
│   │
│   ├── 0001_Python
│   │   ├── checkerboard
│   │   ├── cointosses
│   │   ├── comparelists
│   │   ├── dictionaryintuplesout
│   │   ├── filterbytype
│   │   ├── findcharacters
│   │   ├── funcwithfunctions
│   │   ├── makingandreadingfromdictionaries
│   │   ├── makingdictionaries
│   │   ├── multiplesandsumandaverage
│   │   ├── multiplicationtable
│   │   ├── names
│   │   ├── primeandperfectsquare
│   │   ├── scoresandgrades
│   │   ├── stars
│   │   ├── stringsandlists
│   │   ├── trypip
│   │   ├── turtle
│   │   └── typelist
│   │
│   ├── 0002_Python_OOP
│   │   ├── animal
│   │   ├── bike
│   │   ├── callcenter
│   │   ├── car
│   │   ├── mathdojo
│   │   ├── product
│   │   └── store
│   │
│   ├── 0003_Flask
│   │   ├── counter
│   │   ├── disappearingninja
│   │   ├── dojosurvey
│   │   ├── dojosurveywithvalidation
│   │   ├── greatnumbergame
│   │   ├── helloworld
│   │   ├── landingpage
│   │   ├── ninjagold
│   │   ├── portfolio
│   │   ├── registrationform
│   │   └── whatsmyname
│   │
│   ├── 0004_MySQL
│   │   ├── blogs
│   │   ├── books
│   │   ├── MySQLCountries
│   │   └── userdashboard
│   │
│   ├── 0005_Adding_SQL_to_Flask
│   │   ├── emailvalidationwithdb
│   │   ├── fullfriends
│   │   └── loginandregistration
│   │
│   └── 0006_Django
│       ├── amadon
│       ├── belt_reviewer
│       ├── books_authors
│       ├── courses
│       ├── djangoapp
│       ├── dojo_ninjas
│       ├── likes_books
│       ├── login_and_registration
│       ├── random_word_generator
│       ├── semi_restful_users
│       ├── session_words
│       ├── survey_form
│       ├── timedisplay
│       └── users
│
│
├── 003_MEAN
│   │
│   ├── 0001_MEAN_v3
│   │   ├── deck_of_cards
│   │   ├── js_DOM_01
│   │   ├── js_DOM_02
│   │   ├── js_basic_01
│   │   ├── js_basic_02
│   │   ├── js_hoisting
│   │   ├── js_intermediate
│   │   ├── js_math
│   │   ├── js_objects
│   │   ├── js_scroll
│   │   ├── ninja_class_01
│   │   ├── ninja_class_02
│   │   └── ninja_class_03
│   │
│   ├── 0002_Node_v3
│   │   ├── cars_and_cats
│   │   ├── landing_page
│   │   └── math_module
│   │
│   ├── 0003_Express_v3
│   │   ├── counter
│   │   ├── epic_button_game
│   │   └── survey_form_revisited
│   │
│   ├── 0004_MongoDB_v3
│   │   ├── 1955_api
│   │   ├── intro_to_mongodb
│   │   ├── message_board
│   │   ├── mongoose_dashboard
│   │   ├── quoting_dojo
│   │   └── restful_task_api
│   │
│   ├── 0005_Express_Modularization
│   │
│   ├── 0006_Angular
│   │   ├── authors
│   │   ├── debugging_typeScript_and_ES6
│   │   ├── dojo_weather_API
│   │   ├── hello_angular
│   │   ├── pokemon_api
│   │   ├── quote_ranks
│   │   ├── restful_tasks
│   │   ├── restful_tasks_continued
│   │   ├── restful_tasks_crud
│   │   ├── restful_tasks_interactive
│   │   └── typeScript_bikes_OOP
│   │
│   └── 0007_Full_MEAN_v3
│       ├── anonymous_notes
│       └── team_manager
│
│
└── 004_iOS
    │
    ├── 0001_Fundamentals
    │   ├── animals
    │   ├── deck_of_cards
    │   ├── graphics_primitives
    │   ├── heads_or_tails
    │   ├── suits
    │   ├── swift_fundamentals_01
    │   ├── swift_fundamentals_02
    │   └── swift_fundamentals_03
    │
    ├── 0002_iOS_Basics
    │   ├── calculator
    │   ├── cold_call_01
    │   ├── cold_call_02
    │   ├── iOS_Quiz
    │   ├── tic_tac_toe
    │   └── tipster
    │
    ├── 0003_iOS_Intermediate
    │   ├── adding_to_the_beast_list
    │   ├── aging_people
    │   ├── binary_counter
    │   ├── bucket_list_CRUD
    │   ├── madlibs
    │   ├── north_east_south_west
    │   ├── persistent_add_update_delete
    │   ├── rainbow_road
    │   └── todolist_app
    │
    └── 0005_iOS_Advanced
        ├── final_steps
        ├── get_films
        ├── get_people
        └── mvc_in_iOS