Skip to content

Portego-00/Kakehashi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kakehashi

Kakehashi is an unofficial mobile companion app for WaniKani, the kanji learning platform. It provides a native iOS and Android experience for reviews, lessons, progress tracking, study tools, listening practice, song and lyrics helpers, OCR/text utilities, and home screen widgets.

Kakehashi is free and community-built. It requires a WaniKani account and is not affiliated with WaniKani or Tofugu LLC.

Download on the App Store Get it on Google Play

Building Kakehashi

If this is your first time working with React Native or Expo, start with Expo's Set up your environment guide. Kakehashi uses native iOS and Android projects, so make sure your simulator or emulator, Xcode/Android Studio, and local tooling are ready before continuing.

Install dependencies:

npm install

Install iOS pods:

cd ios
pod install
cd ..

Run the app on a simulator or emulator:

npm run ios
npm run android

Run on a connected device:

npx expo run:ios --device
npx expo run:android --device

Run common checks:

npm run lint
npm test

Contributing

Contributions are welcome. Please read CONTRIBUTING.md before opening an issue or pull request.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors