Skip to content

A Dictionary app built using React JS with Tailwind CSS & Dictionary API.

Notifications You must be signed in to change notification settings

anuraagnagar/dictionary-app

Repository files navigation

React Dictionary App

A simple React-based dictionary app to look up word definitions using DictionaryApi and design with Tailwind CSS.

Screenshots & Live Demo

You can see a live demo of this Application by clicking HERE.

Screenshot

Prerequisites

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

Installation & Setup Locally

To run this app locally, follow these steps:

  1. Clone the github repository.
git clone https://github.com/anuraagnagar/dictionary-app.git
  1. Change the project directory.
cd dictionary-app
  1. Install project dependency using NPM.
npm install
  1. Start the development server.
npm run dev

You can now access this application by navigating to http://localhost:5173/.

Author

Anurag Nagar