Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.18 KB

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