Momonario is a personal dictionary to document words being learned in a new language, being easy to add or to check if it has been already documented.
It is being made with Typescript, NextJS, TailwindCSS, Prisma, and PostgreSQL.
Under development.
Clone the repository, install the dependencies with
npm i
and run the project with
npm run dev
- Add simple functionality of adding/saving word and meaning
- Add downloadable data to import on other devices (as Excalidraw)
- Add categories
- Add search by category
- Add search engine (instead of insta-searching)
- Add login and saving words on the cloud