Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 681 Bytes

A very basic dictionary react app

made using MaterialUI and FreeDictionaryAPI

View live demo here

Screenshots

Dark Mode

darkMode

Light Mode

lightMode

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000