2020-07-10 12:31:23 +00:00
<!-- README inspired by https://github.com/othneildrew/Best - README - Template -->
2020-07-08 20:43:12 +00:00
< p align = "center" >
< a href = "https://github.com/fancy-flashcard/ffc" >
< img src = "src/assets/flash.svg" alt = "Fancy Flashcard Logo" width = "120" height = "120" >
< / a >
2020-05-18 13:35:46 +00:00
2020-07-08 20:43:12 +00:00
< h3 align = "center" > Fancy Flashcard< / h3 >
< p align = "center" >
2020-07-10 12:31:23 +00:00
Lightweight open-source PWA to help you learning on all your devices
2020-07-08 20:43:12 +00:00
< br / >
< a href = "docs/" > < strong > Explore the docs »< / strong > < / a >
< br / >
< br / >
2020-07-10 12:31:23 +00:00
< a href = "https://fancy-flashcard.github.io/ffc/" > Open PWA< / a >
2020-07-08 20:43:12 +00:00
·
< a href = "https://github.com/fancy-flashcard/ffc/issues" > Report Bug< / a >
·
< a href = "https://github.com/fancy-flashcard/ffc/pulls" > Contribute< / a >
< / p >
< p align = "center" >
< a href = "https://github.com/fancy-flashcard/ffc" >
< img src = "https://github.com/dhbw-ffc/ffc/workflows/Build%20and%20Deploy/badge.svg" alt = "Build and Deploy status" >
< / a >
< / p >
< / p >
# Fancy Flashcard <!-- omit in toc -->
2020-05-22 20:31:14 +00:00
2020-07-10 12:31:23 +00:00
- [Screenshots ](#screenshots )
2020-05-22 20:22:39 +00:00
- [Deployment ](#deployment )
2020-07-10 12:31:23 +00:00
- [Contributing ](#contributing )
- [Project setup ](#project-setup )
- [Compiles and hot-reloads for development ](#compiles-and-hot-reloads-for-development )
- [Compiles and minifies for production ](#compiles-and-minifies-for-production )
- [Lints and fixes files ](#lints-and-fixes-files )
- [License ](#license )
2020-05-22 14:02:09 +00:00
2020-07-10 12:31:23 +00:00
## Screenshots
2020-05-22 14:02:09 +00:00
2020-07-10 18:33:26 +00:00
< img src = "docs/img/deck-selection.png" alt = "Deck Selection" width = "30%" / > < img src = "docs/img/deck-selection-selected.png" alt = "Deck Selection - one deck selected" width = "30%" / > < img src = "docs/img/q-and-a.png" alt = "Card" width = "30%" / > < img src = "docs/img/finish.png" alt = "Evaluation after finishing learning" width = "30%" / > < img src = "docs/img/menu.png" alt = "Menu" width = "30%" / > < img src = "docs/img/import.png" alt = "Import" width = "30%" / >
2020-05-20 09:20:40 +00:00
2020-07-10 12:31:23 +00:00
## Deployment
The app is build and deployed to https://fancy-flashcard.github.io/ffc on every push to master branch (via GitHub Actions and GitHub Pages).
## Contributing
Feel free to report bugs or ideas via [Issues ](issues ).
Also we highly appreciate [Pull Requests ](pulls ).
Check out the [docs ](docs ) to get started and see how to set up `Vue.js` below.
2020-05-21 12:24:37 +00:00
2020-05-22 14:02:09 +00:00
### Project setup
2020-05-21 12:24:37 +00:00
```
npm install
```
2020-07-10 12:31:23 +00:00
### Compiles and hot-reloads for development
2020-05-21 12:24:37 +00:00
```
npm run serve
```
2020-07-10 12:31:23 +00:00
### Compiles and minifies for production
2020-05-21 12:24:37 +00:00
```
npm run build
```
2020-07-10 12:31:23 +00:00
### Lints and fixes files
2020-05-21 12:24:37 +00:00
```
npm run lint
```
2020-07-10 12:31:23 +00:00
## License
2020-05-22 20:22:39 +00:00
2020-07-10 12:31:23 +00:00
Distributed under the MIT License. See [LICENSE ](LICENSE ) for more information.