Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```