diff --git a/week-1/README.md b/week-1/README.md index 339f035..36f15cb 100644 --- a/week-1/README.md +++ b/week-1/README.md @@ -1,4 +1,5 @@ -# Week 1 +# Week 1 - Basics +Learn how to use the tools. ## Project Create your own CV in HTML diff --git a/week-2/README.md b/week-2/README.md new file mode 100644 index 0000000..75c80d0 --- /dev/null +++ b/week-2/README.md @@ -0,0 +1,11 @@ +# Week 2 - Sitebuilding +How to create webpages + +## Project +Build a design in HTML + CSS + +## Days +- Layout +- Forms +- Advanced CSS +- Build assignment diff --git a/week-3/README.md b/week-3/README.md new file mode 100644 index 0000000..5b172e7 --- /dev/null +++ b/week-3/README.md @@ -0,0 +1,12 @@ +# Week 3 - Basics of Programming (Python) +Create simple programs that run in the terminal + +## Project +Simple Kata + +## Days +- Types | Variables | Expressions | Control Flow +- Functions | Data Structures +- Class | Object Oriented Programming +- Exceptions | Testing +- Dojo diff --git a/week-4/README.md b/week-4/README.md new file mode 100644 index 0000000..43a9283 --- /dev/null +++ b/week-4/README.md @@ -0,0 +1,11 @@ +# Week 4 - Advanced Programming (Python) + +## Project +A command line todo app + +## Days +- TDD +- IO | Modules | PIP +- Algoryhtms | Data Structures +- Async +- Todo app diff --git a/week-5/README.md b/week-5/README.md new file mode 100644 index 0000000..960acec --- /dev/null +++ b/week-5/README.md @@ -0,0 +1,10 @@ +# Week 5 - Higher concepts in Programming + +## Project +Hardware programming + +## Days +- Design Patterns 1 +- Design Patterns 2 +- Functinal Programming | Lambda +- HW project diff --git a/week-6/README.md b/week-6/README.md new file mode 100644 index 0000000..3b1f713 --- /dev/null +++ b/week-6/README.md @@ -0,0 +1,11 @@ +# Week 6 - Frontend + +## Project +Game with canvas + +## Days +- JavaScript +- DOM +- Canvas +- AJAX +- Game diff --git a/week-7/README.md b/week-7/README.md new file mode 100644 index 0000000..a624b7a --- /dev/null +++ b/week-7/README.md @@ -0,0 +1,11 @@ +# Week 7 - DevOps + +## Project +Host an application + +## Days +- File system | Permissions +- Packages | Processes | Memory +- Hosting +- Continous Integration | Metrics +- Hosting the application diff --git a/week-8/README.md b/week-8/README.md new file mode 100644 index 0000000..b00178b --- /dev/null +++ b/week-8/README.md @@ -0,0 +1,10 @@ +# Week 8 - Backend + +## Project +API in NodeJS + +## Days +- API | REST +- Databases +- Frameworks +- Project diff --git a/week-9/README.md b/week-9/README.md new file mode 100644 index 0000000..de6b80b --- /dev/null +++ b/week-9/README.md @@ -0,0 +1,7 @@ +# Week 9 - End 2 End Project + +## Project +Calorie Counter App + +## Days +- Working on stories