A simple React-based dictionary app.
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/MahsumaRezai/dictionary.git
- Change the project directory.
cd Dictionary_App
- Install project dependency using NPM.
npm install
- Start the development server.
npm start
Masoumeh Nowrozi