Skip to content

edwardfgt/japanese-learning-RPG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


image

良いね iine

A Japanese learning site with an RPG twist

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Future roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

良いね iine is a Japanese learning website mixed with RPG game elements.

Users can sign up, create a character for the game, and gain coins and experience by playing Japanese quizzes. Users can also buy new outfits with coins and change them in their wardrobes.

They can always check their achievments and learning progress by reviewing the records of the words they've learned.

(back to top)

Built With

  • React
  • Redux toolkit
  • Node.js
  • Express.js
  • MongoDB
  • Tailwind
  • Cypress
  • Jest

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/SimpleLuke/japanese-learning-RPG.git
  2. Install NPM packages

    cd frontend/
    npm install
    cd backend/
    npm install
  3. Install MongoDB

    brew tap mongodb/brew
    brew install [email protected]
    
  4. Start MongoDB

    brew services start [email protected]
    

Start

  1. Start the frontend server

    cd frontend/
    npm start
    
  2. Start the backend server

    cd backend/
    npm start
    
  3. Browse to http://localhost:3000

Test

  • Run all frontend tests

    npm test
    
  • Run frontend component tests

    npm test:unit
    
  • Run frontend end-to-end tests

    npm test:feature
    
  • Run all backend tests

    npm test
    

(back to top)

Usage

  • Sign up an account image

  • Choose your character image

  • Navigate to different features image

  • Play a Japanese quiz to earn exp and coins through study desk image

  • Buy new outfit with your coins in the shop image

  • Change outfit in the wardrobe image

  • View learning progress through the bookshelf image

  • View your achievments through the stats bar image

  • Toggle background music and logout through menu

    image

(back to top)

Future roadmap

  • Host the site
  • Add different categories to the quiz
  • Add health bar

(back to top)

Contributing

Contributions make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion to improve this, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement". Remember to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Project Link: [japanese-learning-RPG]

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • CSS 5.2%
  • HTML 1.4%