Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevfullstack authored Jul 20, 2024
1 parent 7147451 commit 663a5b5
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Simple Measurement Converter Written in Java

*`updated 21 April 2022`*

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fconverter-app&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com)

![GUI](resources/sampleGUI_mark5.png)
Expand All @@ -10,6 +8,17 @@ A complete converter program with Java
executable file (jar) for distribution. In the source code,
I demonstrated everything, even the unit tests.

## Disclaimer
Please note that these projects are presented as a showcase of my work during a
specific period. They represent a snapshot of my skills and accomplishments
at that time. As such, these projects are no longer actively maintained or updated.
They are kept public for demonstration purposes and may not reflect my current
abilities or the latest best practices in the field.

However, feel free to learn from these archived projects,
preserved as they were during that specific period !

## Project Intro
For the unit tests, mostly, I just tested for the successful creation
of these objects so that we are sure of their existence.
It's up to you when you want to test
Expand Down Expand Up @@ -69,24 +78,11 @@ And this can be used for different situations:
Combining these three main concepts of OOP, a developer can
solve complex problems in software development.

## Q&A

If you have questions, please utilize the
`Discussions` feature of GitHub.

You can also create a pull request to start the discussion or query/ies.

## Compiling

To compile/run, for the complete detail, please refer to my documentation:
[MANUAL](https://gist.github.com/xdvrx1/c6e1b7bc41a52f2eb90358a4e6f8589b#file-gist_001-md)

## Contributing

1. Fork it!
2. Then, made changes, and create a pull request.
I'm much more willing to collaborate with you!

## License

MIT- the permissive license

0 comments on commit 663a5b5

Please sign in to comment.