A simple React-based dictionary app to look up word definitions using DictionaryApi and design with Tailwind CSS.
You can see a live demo of this Application by clicking HERE.
Before you begin, ensure you have met the following requirements:
-
Node.js: Ensure you have Node.js installed. You can download it from nodejs.org.
-
Git: Ensure you have Git installed. You can download it from git-scm.com
To run this app locally, follow these steps:
- Clone the github repository.
git clone https://github.com/anuraagnagar/dictionary-app.git
- Change the project directory.
cd dictionary-app
- Install project dependency using NPM.
npm install
- Start the development server.
npm run dev
You can now access this application by navigating to http://localhost:5173/.