Skip to content

👻 This is a dictionary web application that allows users to search for word definitions. Leave a star before you leave ⭐

License

Notifications You must be signed in to change notification settings

Silent-Watcher/dictionary

Repository files navigation

Dictionary Web Application

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.

Awesome Made With Love

Table of Contents

Features

  • 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.

Demo

netlify

https://dictionary-app-dev.netlify.app/

GitHub pages

https://silent-watcher.github.io/dictionary/

Open in StackBlitz

Preview

Prerequisites

In order to run this project, you will need to have the following installed on your computer:

  • nodejs
  • yarn | npm

Installation

To install the application, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Silent-Watcher/dictionary
  1. Navigate to the project directory in your terminal.
  cd dictionary
  1. Run yarn to install the necessary packages.
  yarn

usage

To start the application, run yarn dev. This will start the application on http://localhost:5173.

  yarn dev

Deployment

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.

Acknowledgements

Feedback

If you have any feedback, please reach out to us at alitabatabaee20@gmail.com

License

MIT

This project is licensed under the MIT License. See the LICENSE file for details.