Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.3 KB

README.md

File metadata and controls

78 lines (49 loc) · 1.3 KB

Code Challenges 🤯 💣 💥

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 test what you studied so far and challenge you 💪

app

And when you reach the end 👇🏆

end screen

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/challenges.git

Go to the project directory

  cd challenges

Open in Visual Studio Code

  code .

Run the app

Install dependencies

Open terminal and run the following command:

  npm i

Run

Execute the following command:

  npm start

A browser page will open automagically 🪄

Code format

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 .

License

MIT