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.
To use this application, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running the following command in the project directory:
npm install- Start the application by running the following command:
npm startOnce 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.
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.
If you would like to contribute to this project, feel free to fork this repository and submit a pull request.