Skip to content

cabraldasilvac/calculadora-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Index

Project name: calculadora-java

Getting Started

Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.

About

The **JAVA Calculator** project was developed with the purpose of capturing the learning acquired at Faculdade Descomplica.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

If you want to customize the folder structure, open .vscode/settings.json and update the related settings there.


🚀Technologies used

The project was developed using the following technologies

JAVA


images

Image_tree Image_001 Image_002


Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

🗂️ How to download the project

# clone repository
$ git clone https://github.com/cabraldasilvac/calculadora-java

# enter directory
$ cd ~/javacalculator

# Install dependencies
$ yarn install

# Compile and Start the project
$ javac CalculadoraApp.java && java CalculadoraApp

Execution

java CalculadoraApp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages