This repository contains the source code for the Vocabularly chrome extension project
Vocabularly is a free chrome Extension aimed at providing a platform for learning new words and expanding your vocabulary. It utilizes modern web technologies and frameworks to create an interactive and user-friendly experience.


To run this project locally, follow these steps:
- Clone the repository to your local machine:
git clone <https://github.com/harlan-zhao/Vocabularly.git>
- Navigate to the project directory:
cd vocabularly
- Install the dependencies:
npm install
After installing the dependencies, you can use the following npm scripts:
- dev: Run the development server using Vite.
- build: Build the project for production.
- lint: Lint the project using ESLint.
- preview: Preview the production build locally.
- Option One: Install the extension from official google extensions store:
- Option Two: Build project locally and load unpacked package in chrome browser(developer mode):
- Run
npm install
- Run
npm run build
- Load your
/dist
(/dist
folder will appear at project's root after runningnpm run build
) as as an unpacked extension
- Run
A huge thanks to DictionaryAPI.dev for providing a free API service for fetching word definitions. Their API has been integral to the functionality of this project, allowing users to effortlessly access accurate definitions and enrich their experience.
This project is licensed under the Apache License - see the LICENSE file for details.