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.
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.
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 |
Apply to all exercises
- Create a file with
.txt
extension inside each exercise - the file name must be the same as the.md
file - All the pseudocode must be in English
- The structure of the pseudocode is up to you
- Create a file with
.js
extension - the file name must be the same as the.md
file - Organise the code as you like
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 .
MIT