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 test what you studied so far and challenge you πͺ
And when you reach the end ππ
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/challenges.git
Go to the project directory
cd challenges
Open in Visual Studio Code
code .
Open terminal and run the following command:
npm i
Execute the following command:
npm start
A browser page will open automagically πͺ
We use prettier in this repository and, after you write or change the source code, run the following command in the terminal:
npx prettier --write .
MIT