Skip to content
master
Go to file
Code

Latest commit

- images don't overflow in frontside
- fontawesome icons fixed
e444a81

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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é

You can’t perform that action at this time.