Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.08 KB

File metadata and controls

36 lines (21 loc) · 1.08 KB

Verbatim Dictionary

Verbatim is a simple dictionary application that allows users to look up definitions for English words. The application also includes a dark mode feature for users who prefer a darker color scheme.

Installation

To use this application, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies by running the following command in the project directory:
npm install
  1. Start the application by running the following command:
npm start

Usage

Once you've started the application, type a word into the search bar to look up its definition. You can also toggle the dark mode feature by clicking the "Dark Mode" button in the header.

Technologies Used

This application was built using:

  • JavaScript - a programming language for creating dynamic web applications.
  • Dictionary API - an open-source API for looking up word definitions.

Contributing

If you would like to contribute to this project, feel free to fork this repository and submit a pull request.