add new starting chapter
this includes a reference to the creation as part of a lecture as well as a link
This commit is contained in:
parent
0a72ffc5c5
commit
12183e294d
1 changed files with 15 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Table of Contents <!-- omit in toc -->
|
||||
|
||||
- [What is this about?](#what-is-this-about)
|
||||
- [The idea behind Fancy Flashcard](#the-idea-behind-fancy-flashcard)
|
||||
- [Architecture](#architecture)
|
||||
- [Progressive Web App](#progressive-web-app)
|
||||
|
@ -31,6 +32,20 @@
|
|||
- [Some ideas](#some-ideas)
|
||||
- [_FFQuiz_ - Fancy FlashQuiz](#ffquiz---fancy-flashquiz)
|
||||
|
||||
## What is this about?
|
||||
|
||||
First of all this app is part of a series of apps created by students as part of the lecture [mobile applications](https://github.com/michael-spengler/seminararbeiten-wwi17seb) as part of our last semester at university.
|
||||
We, as used in this context, are @nikolockenvitz and @FischerRene.
|
||||
We created this [PWA](https://web.dev/progressive-web-apps/) not only as a submission in this lecture, but also for us to use for learning.
|
||||
With this documentation we want to express what we did, how we did it and especially why we did it, so please take your time reading this.
|
||||
If you got any questions regarding this documentation or some decisions we made, feel free to open an issue and we will answer it in no time!
|
||||
(Please label the issues with the `documentation` tag if you create one.)
|
||||
|
||||
What does this mean for the future of FFC?
|
||||
|
||||
Our plan is to update further update this app with little features we deem to be necessary and important enough to us.
|
||||
But because of the license we decided upon, you can simply fork this project and create pull requests with features you would like to see in FFC!
|
||||
|
||||
## The idea behind Fancy Flashcard
|
||||
|
||||
Flashcard apps are usually used for learning a new language.
|
||||
|
|
Loading…
Reference in a new issue