Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 3.32 KB

README.md

File metadata and controls

63 lines (39 loc) · 3.32 KB

🧮 Just Another Stack Calculator

Total alerts Language grade: Java Codacy Badge GitHub Gitmoji

🏫 This is a school project ("SLAM2" end of the year project from first year of "BTS SIO").

You can get updates on my repository.

🔀 Branches status

master

Build Status GitHub commits since latest release (branch) GitHub last commit (branch)

develop

Build Status GitHub commits since latest release (branch) GitHub last commit (branch)

🥅 Purpose

The purpose is to create a calculator using a stack to make calculation and provide a command line interface (CLI), and a graphic one (GUI) (not implemented yet).

To use it properly, just use the help command.

N.B. : At the time, this project is a showcase to present my skills.

✍️ Modifying this software

If you want to modify my software, please fork it. It will show me that this is useful and not a random project on my GitHub account.

📄 License

Copyright (c) Antoine James Tournepiche. All rights reserved.

Licensed under the MIT License.

This software is provided with the MIT License which means that you need to credit me for my work if you use this, if it's a modified version or not. If you modify my software and share it, you must credit me as the author of the original software, put the github webpage of the original software, and credit you as the author of the derivated work based on it.

📌 Credits

This repository follows :

👍 How to thank me for my work

Just :

  • ⭐️ put a star if you use it (the more it has stars, the more I will work on it)
  • 🔀 fork it if you want to help me (by patching some issues, etc.)
  • 🔀 fork it if you want to create a derivative work based on it
  • 🔍open issues if you encounter some bugs, have some ideas, etc.

Antoine James Tournepiche