This repo contains the exercise files for learning how to write effective JavaScript solutions for web applications. The focus of the course is on developing front end user interface components using HTML CSS and JavaScript.
./
├── projects
├── classes
├── crackcode
└── resources
├── Readme.mdprojects
Folder contains additional exercises and challanges to help you perfect your UI development skills.
classes
This folder includes exercises and documentation on learning JavaScript syntax. Items are ordered by week and by class.
./week-001
├── class-1
└── class-2
└── class-3
crackcode
This is a very lightweight framework that you can start at the begining of any simple web application. You will find links to additional starter kits in the included readme file.
resources
Folder contains help files to setup and organize you development works space. You will find optimization techniques, deployment stratagies and configuration files for common web application development tools. onal material that you may find helpful in your production workflow.