KamilBugnoKrk / WordTester

An application for learning foreign words using flashcards and spaced repetition

Home Page:http://wordtester.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordTester

Build status Lines of Code Maintainability Rating

WordTester

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

There are several tools for learning foreign words using flashcards and spaced repetition, but I found that most of them don't include the functionality of learning in a context. The main goal of this project is to create an application that requires you not only to provide the translation of a word but also a definition and example use of the given word. Thanks to it, I believe that the quality of your learning and memorization will be greatly improved.

Built With

Getting Started

This section contains instructions on setting up the project locally.

Prerequisites

  • Visual Studio 2019 16.8 or later with the ASP.NET and web development workload
  • .NET 5.0 SDK or later

Installation

  1. Clone the repo
    git clone https://github.com/KamilBugnoKrk/WordTester.git
  2. Open in Visual Studio
  3. Use your configuration data:
  • appsettings.json:
    • SpeechServiceKey - your Azure Speech Key
    • FTPName - name of your FTP
    • FTPPassword - password to your FTP
    • FTPURL - URL to your FTP
  • ReCaptcha.cs
    • secret - secret to your reCaptcha
  1. Click IIS Express to run
  2. The application will be available on https://localhost:44370/, API on https://localhost:44370/swagger/index.html

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

Kamil Bugno - Website

E-mail: hello@wordtester.org

Project Website: http://wordtester.org

Project Repository: https://github.com/KamilBugnoKrk/WordTester

Acknowledgements

It would not be possible to start developing this project without the great free resources. I would like to say thanks to all people who dedicate their time to develop open-source projects:

Related to Blazor

Related to C#

Related to images

Others

About

An application for learning foreign words using flashcards and spaced repetition

http://wordtester.org

License:GNU General Public License v3.0


Languages

Language:CSS 54.5%Language:C# 34.4%Language:HTML 7.6%Language:SCSS 3.0%Language:JavaScript 0.2%Language:TypeScript 0.1%Language:PowerShell 0.1%