anuraagnagar / dictionary-app

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

Home Page:https://dictionary-reactjs-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://dictionary-reactjs-app.vercel.app


Languages

Language:JavaScript 95.6%Language:HTML 4.1%Language:CSS 0.3%