Skip to content

A set of code challenges to see how far can you go and how long can you survive 😈

License

Notifications You must be signed in to change notification settings

from-zero-to-fullstack/challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A set of code challenges to see how far can you go and how long can you survive 😈

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published