A Vue.js application for managing a dictionary of translations between different languages. Users can add new entries, search for existing entries, and delete entries.
- Add new dictionary entries with translations.
- Search for existing entries.
- Delete entries.
- Responsive design.
-
Clone the repository:
git clone https://github.com/FelixAlexK/Dictionary.git cd Dictionary
-
Install dependencies:
bun install
-
Start the development server:
bun dev
-
Start Convex:
bunx convex dev
-
Open your browser and navigate to:
http://localhost:5173/
-
Add a new entry:
- Select the source language.
- Enter the text in the source language.
- Select the target language.
- Enter the translation.
- Click "Add Entry".
-
Search for entries:
- Use the search bar to filter entries by text.
-
Delete an entry:
- Click the trash icon next to the entry you want to delete.
This project is licensed under the MIT License. See the LICENSE file for details.