Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sentemon/englishwordslearning
Web application that helps users learn English words
https://github.com/sentemon/englishwordslearning
clean-architecture english-learning english-words mvc
Last synced: 3 months ago
JSON representation
Web application that helps users learn English words
- Host: GitHub
- URL: https://github.com/sentemon/englishwordslearning
- Owner: sentemon
- License: mit
- Created: 2024-06-08T22:43:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T13:24:49.000Z (6 months ago)
- Last Synced: 2024-08-17T14:37:32.497Z (6 months ago)
- Topics: clean-architecture, english-learning, english-words, mvc
- Language: C#
- Homepage:
- Size: 1.23 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnglishWordsLearning
## Description
EnglishWordsLearning is a web application designed to help users learn English words through the use of flashcards and tests. The application uses the API from [mymemory.translated.net](https://mymemory.translated.net/) to provide translations. This allows users to translate words from any language to English.## Requirements
- Docker
- Docker Compose## Installation
Follow these steps to install and run the application:
1. **Clone the repository:**
```bash
git clone https://github.com/sentemon/EnglishWordsLearning.git
cd EnglishWordsLearning
```2. **Build and start the Docker containers:**
```bash
docker compose up -d --build
```3. **Accessing the Application**
You can access the application via your web browser at [http://localhost:8080](http://localhost:8080).4. **Stopping the Application**
```bash
docker compose down
```