Skip to content

the app for assessing the vocabulary needed to read a particular book

Notifications You must be signed in to change notification settings

ahibis/CanIRead

Repository files navigation

CanIRead

the app for assessing the vocabulary needed to read a particular book.

picture

release made with made with

instruction

select a book or add a new one by clicking add book and downloading the book in txt format. Then check your vocabulary. Press I know if you know the word, I don't know if you don't. You also can use keyboard's keys left arrow - I know right arrow - I don't know

Roadmap

  • windows version
  • save books on server
  • other format to load books
  • use jamstack
  • save known words on server
  • linux version
  • mac version
  • android version
  • ios version

Launch project

  1. download node v14+
  2. npm install
  3. npm run dev

Scripts

  • yarn dev - launch dev version on browser
  • yarn electron:dev - launch dev version on windows app
  • yarn electron - launch windows app
  • yarn build - build web project
  • yarn build:docs - build web project for github pages
  • yarn app:build - compile windows app

Technologies used

  • React 18
  • Vite
  • typescript
  • Electron.js
  • Material UI
  • axios
  • lodash