Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 2.24 KB

README.md

File metadata and controls

82 lines (54 loc) · 2.24 KB

Project

From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become software developers.

Introduction

This repository aims to create some .md files so that Mariana and Cristina can describe daily tasks using pseudocode.

💡 There's no right or wrong in pseudocode, it's all a matter of describing all the steps well and clearly.

Later, Mariana and Cristina will translate the same exercise to JavaScript.

Exercises

You don't need to write all at once. You can write one per day or another rythim that you choose.

Order File
1 walk.md
2 cook-a-cake.md
3 commute-to-work.md
4 multiply-two-numbers.md
5 verify-email.md
6 read-and-multiply.md
7 wrong-input.md
8 print-colors.md
9 multiples.md
10 count-even.md
11 read-calculate-find-write.md
12 sort.md
13 sum.md

Instructions

Apply to all exercises

Pseudocode

  1. Create a file with .txt extension inside each exercise - the file name must be the same as the .md file
  2. All the pseudocode must be in English
  3. The structure of the pseudocode is up to you

JavaScript

  1. Create a file with .js extension - the file name must be the same as the .md file
  2. Organise the code as you like

Technologies

Setup

Run locally

Create and go to the directory where you want to place the repository

  cd my-directory

Clone the project

  git clone https://github.com/from-zero-to-fullstack/pseudocode.git

Go to the project directory

  cd pseudocode

Open in Visual Studio Code

  code .

License

MIT