Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrebellas/momonario
A personal dictionary to master the vocabulary of a new language.
https://github.com/alexandrebellas/momonario
dictionary language nextjs personal tailwindcss
Last synced: 29 days ago
JSON representation
A personal dictionary to master the vocabulary of a new language.
- Host: GitHub
- URL: https://github.com/alexandrebellas/momonario
- Owner: AlexandreBellas
- License: mit
- Created: 2024-05-30T15:51:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T17:27:54.000Z (8 months ago)
- Last Synced: 2024-11-24T18:35:00.713Z (2 months ago)
- Topics: dictionary, language, nextjs, personal, tailwindcss
- Language: TypeScript
- Homepage: https://momonario.alebatistella.com
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
npm i
```and run the project with
```bash
npm run dev
```## Next steps
- [x] Add simple functionality of adding/saving word and meaning
- [x] 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