Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# HTML-CSS

This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/readme.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/readme.md).
This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/README.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/README.md).

| Week | Topic | Preparation | Lesson Plan | Homework |
| ---- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------------------- | ------------------------- |
| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/readme.md) | [Lesson Plan](./The-one-and-only-week1/readme.md) | [Homework](./homework.md) |
| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/README.md) | [Lesson Plan](./The-one-and-only-week1/README.md) | [Homework](./homework.md) |

## Learning goals

- Round-up the [Pre-course](./Pre-course/readme.md) materials
- Round-up the [Pre-course](./Pre-course/README.md) materials
- Talk about any possible questions regarding the concepts learned so far
- Briefly introduce Figma
- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/readme.md)
- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/README.md)
- Learn to work efficiently with your teammates
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions legacy/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Most of this course will focus on the backend part. Meaning building a webserver

| Week | Topic | Preparation | Homework | Lesson plan |
| ---- | ----------------------------------------------- | ----------------------------------- | ------------------------------------ | ----------------------------------- |
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/readme.md) | [Lesson plan](week1/lesson-plan.md) |
| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/readme.md) | [Lesson plan](week2/lesson-plan.md) |
| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/readme.md) | [Lesson plan](week3/lesson-plan.md) |
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/README.md) | [Lesson plan](week1/lesson-plan.md) |
| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/README.md) | [Lesson plan](week2/lesson-plan.md) |
| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/README.md) | [Lesson plan](week3/lesson-plan.md) |

## Pre-requisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ In the first week of the module we will focus on a general introduction starting

## Planning

| Week | Topic | Preparation | Homework | Lesson plan |
| ---- | ----------------------------------------------- | ------------------------------------ | ------------------------------------- | ------------------------------------ |
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](/week1/preparation.md) | [Homework](/week1/homework/readme.md) | [Lesson plan](/week1/lesson-plan.md) |
| Week | Topic | Preparation | Homework | Lesson plan |
| ---- | ----------------------------------------------- | ------------------------------- | -------------------------------- | ------------------------------- |
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](./preparation.md) | [Homework](./homework/README.md) | [Lesson plan](./lesson-plan.md) |
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Reproduce a log hitting errors and understanding flow.
### Relevant links

- [Preparation](preparation.md)
- [Homework](homework/readme.md)
- [Homework](homework/README.md)
- [Lesson plan](lesson-plan.md)

### Express.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Relevant links

- [Preparation](preparation.md)
- [Homework](homework/readme.md)
- [Homework](homework/README.md)
- [Lesson plan](lesson-plan.md)

### 1. What is Representational State Transfer (REST)?
Expand Down
4 changes: 2 additions & 2 deletions legacy/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Next.js is a popular framework which further enhances the development process an

This course is divided in 2 modules

### [React 1](./react1/readme.md) (3 weeks)
### [React 1](./react1/README.md) (3 weeks)

Here we will focus on:

Expand All @@ -27,7 +27,7 @@ Here we will focus on:
- How to use **props** and **state** in components
- How to react to events using **hooks**

### [React 2](./react2/readme.md) (3 weeks)
### [React 2](./react2/README.md) (3 weeks)

In React 2 we will further expand our skills and learn:

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions legacy/react/react2/Meal-sharing/homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This page provides you with:
- `/first-meal`
- `/last-meal`

[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week1/homework/readme.md#meal-sharing-endpoints)
[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week1/homework/README.md#meal-sharing-endpoints)

### Week 2: CRUD routes for meals and reservations

Expand All @@ -35,7 +35,7 @@ This page provides you with:
- PUT `/api/reservations/:id`
- DELETE `/api/reservations/:id`

[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week2/homework/readme.md#meal-sharing-endpoints)
[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week2/homework/README.md#meal-sharing-endpoints)

### Week 3: Meal filtering and CRUD routes for reviews

Expand All @@ -61,7 +61,7 @@ This page provides you with:
- PUT `/api/reviews/:id`
- DELETE `/api/reviews/:id`

[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week3/homework/readme.md#meal-sharing-endpoints)
[Full description](https://github.com/HackYourFuture-CPH/node.js/blob/main/week3/homework/README.md#meal-sharing-endpoints)

## React 1

Expand Down
File renamed without changes.