DISHES APP

Description

React application built using Typescript and Chakra UI for completing and sending dish form information to external api. Live preview available at link.

Prerequisites

Used tools

How to install

# Clone this repository
$ git clone https://github.com/PezeM/dishes-app.git
# Go into the repository
$ cd dishes-app
# Install dependencies
$ yarn install

Running the applications

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser

$ yarn start

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

$ yarn build