Skip to content

jotron/StudyMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon
StudyMD

About

A cool app to study with markdown. Turns your Markdown-Summaries to Flashcard.

Animated

Example (Card-Title header-level is choosable):
# Example
### Use Markdown
**Bold** *Italic* and [link](github.com)
### Use Tables
| 1    | first step  |
| ---- | ----------- |
| 2    | second step |
| 3    | third step  |
### *Math!!* e.g. What is f(x)?
$y = \frac{27}{4}$

Stack/Dependencies

Electron React React Router Yarn Electron

and:

Download

To download for Mac, Windows or Linux click here.

Run Locally

You will need yarn and git.

# Clone this repository
git clone https://github.com/jotron/StudyMD.git
# Go into the repository
cd StudyMD
# Install dependencies
yarn install
# Run the app
yarn start

License

MIT © Joel André