Skip to content

AlexandreBellas/momonario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cca63e · Jun 9, 2024

History

12 Commits
May 30, 2024
Jun 9, 2024
May 30, 2024
May 30, 2024
Jun 9, 2024
May 30, 2024
Jun 9, 2024
May 30, 2024
Jun 9, 2024
Jun 9, 2024
May 30, 2024
May 30, 2024
May 30, 2024

Repository files navigation

Momonario

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.

How to execute

Clone the repository, install the dependencies with

npm i

and run the project with

npm run dev

Next steps

  • 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