Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dankimio/genders
A game written in Vue that helps learners memorize the genders of French words
https://github.com/dankimio/genders
vue
Last synced: 23 days ago
JSON representation
A game written in Vue that helps learners memorize the genders of French words
- Host: GitHub
- URL: https://github.com/dankimio/genders
- Owner: dankimio
- License: mit
- Created: 2020-09-05T19:49:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:27:47.000Z (3 months ago)
- Last Synced: 2024-12-03T01:09:20.255Z (26 days ago)
- Topics: vue
- Language: Vue
- Homepage: https://genders.dan.kim
- Size: 859 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genders
This project is a game written in Vue that helps learners memorize the genders of French words. In the game, the user is shown a French word and must choose whether the word is masculine (un) or feminine (une). If the user's response is incorrect, the word is added to a learning list for future review. This game is a fun and interactive way to expand your knowledge of French genders and expand your vocabulary.
![Screenshot](./screenshot.png)
## Project Setup
```sh
pnpm install
```### Compile and Hot-Reload for Development
```sh
pnpm run dev
```### Compile and Minify for Production
```sh
pnpm run build
```