GU
guilhermecostam/CalcEletric
Calculator to perform basic calculations of electricity.
CalcEletric
Calculator to perform basic calculations of electricity.
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.gitThen 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!
On this page
Languages
Java100.0%
Contributors
Latest Release
v1.0April 25, 2021MIT License
Created May 8, 2020
Updated July 7, 2022