Nordy is a dictionary with the words and their meanings that I learn on a daily basis.
Available in: https://nordy.vercel.app/
Clone the repo, enter in the nordy folder and install the dependencies:
cd nordy
yarn install
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the initial page.
If you like to try the production build, run:
yarn build
And then:
yarn preview
dev
: runs your application onlocalhost:3000
build
: creates the production build versionpreview
: starts a simple server with the build production codetest
: runs vitest in watch modetest:coverage
: runs vitest returning coverage tabletest:ci
: runs vitest once in CIlint
: runs the linter in all components and pagesformat
: runs prettier to format all components and pagestypecheck
: runs the type checker in all components and pagesstorybook
: runs storybook onlocalhost:6006
storybook:build
: create the build version of storybookgenerate
: runs plop to generate component files
- Meaning
- Examples
- Pronunciation
- Grade level
- Category by first letter
- Add classification: formal, slang, colloquialism, jargon...
- Project tour
- Option to change between word types: noun, adjective, adverb...
- Refactor data files to database
- Calendar selection
- Search by date
- Search by type
- Mailing the new word daily
- Favorite words
- Quiz with synonym options
Made with