This is a dictionary web application that allows users to search for word definitions. The application is built using HTML, CSS, and JavaScript, and utilizes the Vite bundler and Yarn as the package manager. The application is hosted on Netlify.
- User-friendly interface for searching word definitions.
- Quick and responsive search results.
- Intuitive navigation for browsing multiple definitions.
- Clean and modern design.
- Fully responsive on all devices.
https://dictionary-app-dev.netlify.app/
https://silent-watcher.github.io/dictionary/
In order to run this project, you will need to have the following installed on your computer:
- nodejs
- yarn | npm
To install the application, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Silent-Watcher/dictionary
- Navigate to the project directory in your terminal.
cd dictionary
- Run
yarn
to install the necessary packages.
yarn
To start the application, run yarn dev
. This will start the application on http://localhost:5173
.
yarn dev
To deploy the application, follow these steps:
1. Create an account on Netlify.
2. Create a new site in Netlify.
3. Link the site to your GitHub repository.
4. Set the build command to `yarn build`.
5. Set the publish directory to `dist`.
6. Deploy the site.
- The build tool and development server.
- The API used in the project.
- The package manager used in the project.
If you have any feedback, please reach out to us at [email protected]
This project is licensed under the MIT License. See the LICENSE file for details.