Skip to content

Flashcards CLI for those who don't like to leave the command line, inspired by JetBrains Kotlin project

License

Notifications You must be signed in to change notification settings

alexnakagawa/flashcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Flashcards


This repository contains the source code and logic for a "Flashcards"-like script you can run inside of your own command line.

This was a project I completed as part of the JetBrains Academy 30-Day Coding Challenge. I had heard the benefits of Kotlin for so long that I wanted to try it out for myself. I've left the course with a really strong understanding of the ergonomics of the language and how it makes up for a lot of the short-comings that Java has. If you're interested in the types of things I learned along the way, look under notes.md

Running the Program

  1. Spin up your machine's terminal. Clone the repository to anywhere you'd like. git clone https://github.com/alexnakagawa/flashcards.git
  2. Set your working directory as follows: cd src || cd flashcards
  3. Compile using Kotlin's command line compiler: kotlinc flashcards.kt -d flashcards.jar
  4. Run the application: $ java -jar flashcards.jar

Versions

This program was tested on JDK 8, Kotlin 1.3.70

LICENSE

This project is distributed under the MIT License. Feel free to do with the code as you wish, with the proper license displayed.

About

Flashcards CLI for those who don't like to leave the command line, inspired by JetBrains Kotlin project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published