Simple react application for making queries to the dictionary api. design was made via https://frontendmentor.io/ which was very helpful throughout of the development.
Tech | Description |
---|---|
React | To create small components for better use of the project |
Typescript | For type safe responses from the api |
Styled components | Styling the application |
Dictionary API | free dictionary api to make get requests for a specific word definition |
For the instalation of the project see package.json
file for packages needed to install the dependecies. To install type yarn install
inside the project.
Command | Description |
---|---|
yarn dev |
Open local server |
yarn build |
Create optimized build |
yarn start |
Start optimized build |
Here you can check live version of the project: https://dictionary-mcwoj.netlify.app/