Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.38 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.38 KB


CalcEletric

Calculator to perform basic calculations of electricity.

License MIT


Features

These are the features I used in developing this project.

  • Java — Object-oriented programming language

Getting started

Clone the project with the following command:

git clone https://github.com/guilhermecostam/CalcEletric.git

Then place the folder in the IDE you use and run the src/Main/Main.java file

How to contribute

Do you want to contribute to the project? Just follow these instructions:

  • Fork this repository;
  • Clone your repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature;
  • Come in Pull Requests from the original project and create a pull request with your commit;

After the merge of your pull request is done, you can delete your branch.

License

This project is licensed under the MIT License - see the LICENSE page for details.


Made with ⚡ by Guilherme Costa. Get in touch!