Skip to content

Repository files navigation

gif animado

Basic JavaScript Project - Developer's Guide

This project aims to teach the basic concepts of JavaScript, from variables and operations to functions, objects, and arrays. Each folder contains challenges and code examples related to the specific topic. Follow the instructions below to get started with the project.

🛠️ Installation

  • 1 . Make sure you have Node.js installed on your machine. You can download Node.js from: https://nodejs.org
  • 2 . Clone this repository to your local development environment:
git clone https://github.com/dfrogel/Project-JavaScript.git
  • 3 . Navigate to the project's root directory:
cd Project-JavaScript

🏗️ Project Structure

The project is organized as follows:

├── 01-Variaveis e operações
├── 02-Condicionais
├── 03-Lista de Exercicio
├── 04-Funções
├── 05-Objetos
├── 06-Listas (Arrays)
├── 07-Imports
├── 08-Recapitulação
├── REDME

Each folder corresponds to a specific topic, such as variables and operations, conditionals, etc. Inside each folder, you will find challenges that can be solved and code examples related to the topic.

📚 Usage

  • 1 . Navigate to the folder of the topic you want to explore:
cd folder-name
  • 2 . Explore the code examples in the examples folder to see how the concepts are applied in practice.
    1. Challenge yourself by solving the exercises in the main folder. Each challenge has a corresponding file with an identification number.

🤝 Contribution

If you wish to contribute to this project, follow the steps below:

  • 1 . Fork this repository.
  • 2 . Create a branch for your contribution:
git checkout -b my-contribution
  • 3 . Make the necessary changes and additions.
  • 4 . Commit your changes:
git commit -m "My contribution"
  • 5 . Push to the remote repository:
git push origin my-contribution
  • 6 . Open a pull request for review.

📧 Contact

If you have any questions or suggestions regarding this project, feel free to contact me at dudafrogel23@gmail.com.

Thank you for visiting this project! I hope you have found useful resources and learned from the examples and challenges provided. If you have any questions or feedback, feel free to get in touch. Come back anytime to check for new updates and explore more about JavaScript. Happy coding!

gif animado

About

Projects to program and understand the JavaScript language from scratch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages