Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.71 KB

Dictionary application

Screenshot

Project Overview 🎉

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/framework used 🔧

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

Installation 💾

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.

Available scripts

Command Description
yarn dev Open local server
yarn build Create optimized build
yarn start Start optimized build

Live 📍

Here you can check live version of the project: https://dictionary-mcwoj.netlify.app/