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-directoryClone the project
git clone https://github.com/from-zero-to-fullstack/challenges.gitGo to the project directory
cd challengesOpen in Visual Studio Code
code .Open terminal and run the following command:
npm iExecute the following command:
npm startA 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

