1
0
Fork 0
mirror of https://gitlab.com/kauron/jstudy synced 2024-11-13 07:33:44 +01:00
jstudy/index.html

67 lines
3 KiB
HTML
Raw Normal View History

2016-06-12 01:16:09 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="JStudy : Study vocabulary by repetition">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>JStudy</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/kauron/jstudy">View on GitHub</a>
<h1 id="project_title">JStudy</h1>
<h2 id="project_tagline">Study vocabulary by repetition</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/kauron/jstudy/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/kauron/jstudy/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a id="repetition-is-key" class="anchor" href="#repetition-is-key" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Repetition is key</h2>
<p>A big part of the effort required to study through high school and college is remembering stuff. Specifically, weird words you can't seem to be able to learn. But worry not, because JStudy is just what you need! A program that holds tables of vocabulary/words/anything in a format Question/Answer. You get asked random questions from that table and have to input the correct answer.</p>
<h2>
<a id="download-and-usage" class="anchor" href="#download-and-usage" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Download and usage</h2>
<p>Download the <a href="https://github.com/kauron/jstudy/releases">latest release</a> <code>jar</code> and execute it (<strong>Java 8</strong> required).</p>
<p>Try it out with some German words or some Biology-related latin terms. Copy the words or import a <code>csv</code> file and test yourself. After a few rounds, you will be able to remember better those words.</p>
<p>Perfect for students with few time to learn and lots of words to remember.</p>
<h2>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h2>
<p>Having trouble with JStudy? Contact <a href="https://github.com/kauron" class="user-mention">@kauron</a> or post and <a href="https://github.com/kauron/jstudy/issues/new">issue</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">JStudy maintained by <a href="https://github.com/kauron">kauron</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>