70 lines
2.6 KiB
Markdown
70 lines
2.6 KiB
Markdown
<!-- README inspired by https://github.com/othneildrew/Best-README-Template -->
|
|
|
|
<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>
|
|
|
|
<h3 align="center">Fancy Flashcard</h3>
|
|
|
|
<p align="center">
|
|
Lightweight open-source PWA to help you learning on all your devices
|
|
<br />
|
|
<a href="docs/"><strong>Explore the docs »</strong></a>
|
|
<br />
|
|
<br />
|
|
<a href="https://fancy-flashcard.github.io/ffc/">Start Learning</a>
|
|
·
|
|
<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="#"
|
|
><img src="https://img.shields.io/badge/dynamic/json?color=informational&label=version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Ffancy-flashcard%2Fffc%2Fmaster%2Fpackage.json" alt="Version Number"
|
|
></a>
|
|
<a href="https://github.com/fancy-flashcard/ffc/actions?query=workflow%3A%22Build+and+Deploy%22"
|
|
><img src="https://img.shields.io/github/workflow/status/fancy-flashcard/ffc/Build%20and%20Deploy" alt="Build and Deploy status"
|
|
></a>
|
|
<a href="https://github.com/fancy-flashcard/ffc/blob/master/LICENSE"
|
|
><img src="https://img.shields.io/badge/license-MIT-success" alt="MIT License"
|
|
></a>
|
|
</p>
|
|
</p>
|
|
|
|
## Screenshots
|
|
|
|
<img src="docs/img/deck-selection.png" alt="Deck Selection" width="24%" /> <img src="docs/img/deck-selection-selected.png" alt="Deck Selection - one deck selected" width="24%" /> <img src="docs/img/q-and-a.png" alt="Card" width="24%" /> <img src="docs/img/finish.png" alt="Evaluation after finishing learning" width="24%" /> <img src="docs/img/menu.png" alt="Menu" width="24%" /> <img src="docs/img/import.png" alt="Import" width="24%" /> <img src="docs/img/third-party-decks.png" alt="Third Party Decks" width="24%" /> <img src="docs/img/add-decks.png" alt="Successfully add a Deck" width="24%" />
|
|
|
|
## 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.
|
|
|
|
### Project setup
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
npm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
## License
|
|
|
|
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
|