Skip to content

nathan-pichon/hiragana-card-game

Repository files navigation

Hiragana Card Game

Overview

The Hiragana Card Game is a web-based application designed to help users learn and practice Hiragana characters through interactive gameplay. The project is built using the following technologies:

  • JavaScript
  • npm (Node Package Manager)
  • React (a JavaScript library for building user interfaces)
  • TypeScript (a typed superset of JavaScript that compiles to plain JavaScript)

Features

  • Interactive card game to learn Hiragana characters
  • User-friendly interface built with React
  • Type safety and improved developer experience with TypeScript
  • Package management and build scripts handled by npm

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd hiragana-card-game
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm start

Contributing

Contributions are welcome! Please read the contributing guidelines for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.