Skip to content

nasccped/java-terminal-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

224 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Terminal Calculator 🧮

This project aims to help a friend in a side project and work on knowledge in software structuring + OOP.

Requirements 📋

To run this project, you'll need:

  1. git
  2. java & javac

Usage 🪁

  1. Clone the repository
git clone --depth 1 https://github.com/nasccped/java-terminal-calculator && \
cd java-terminal-calculator
  1. Compile the source code and run

This project was built under the kojamp project manager, so, there's three ways to compile and run it:

If you have `kojamp`

compile and run using the kojamp CLI:

make build run
# if you doesn't have make at your machine, you can still use kojamp
# kojamp build && kojamp run
If you don't have kojamp (and is in a 'sh' terminal)

turn the shell script into executable + build and run the source:

chmod +x ./maksh.sh && ./maksh.sh build run
If you don't have kojamp (and is in Windows - runs '.bat')

compile and run:

./makbat.bat build run

License

This project is under the MIT license.

About

A terminal calculator program built in Java 🧮

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors