Marwari Dictionary
This repository contains source code and content for marwari.info β π a beautiful multilingual dictionary for Marwari language.
1. Mission
marwari.info aims to:
- β help people learn Marwari language
- β create an all-in-one resource portal for Marwari language
- β conserve Marwari language in pursuance of Article 29 of Indian Constitution
- β popularise Marwari for future generations.
2. Long-term Vision
We have documented the medium-term and long-term plan in PLAN.
You can go through it as we plan to have so many features. Stay tuned. π
3. Features
-
π§Ύ Inflection tables
- Conjugation tables for verbs
- Declension tables for nouns
-
π Multiple Usage Examples to know how to use a word in a specific context
-
β β Synonyms, Antonyms
-
π Categorization of words by topic, label, grammar, etc.
-
π ° Parts of Speech properly added (even filterable)
-
π Advanced Search enabled β search in English, Marwari or even by category
-
π― Browse hundreds of words
-
β€ Pleasing aesthetic User Interface
To-Do
- Add filterable search
- Add Nuxt 3
- Change workflow to easily add new words.
4. Who are we?
We are Chartered Accountants based in Mumbai (India) β CA @ManasMadrecha and CA @AdarshMadrecha.
πͺπ» We were the creators of marwaridictionary.blogspot.com. But, it was high time we moved from a simple blog (that garnered lakhs of views) to a full-fledged Jamstack web-app.
For legacy purposes, now marwaridictionary.blogspot.com redirects to old.marwari.info (since November 2021).
5. For Developers
If you wish to contribute to this project, follow these steps
- Fork the repo
- Setup for local environment
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.