Pavel-Kliukin / wolts-assignment

The assignment that I did for the Wolt's software developer training program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wolt delivery fee calculator by Pavel Kliukin

How to run

To run this app you should have Node.js installed on your computer

  1. In your terminal go to this project's folder

  2. Run command:

npm install

It will install the dependencies

  1. Run command:
npm run start

Open http://localhost:3000 to view this app in your browser.

About the project

In this project I tried not only to implement basic functionality, but also to make it a little non-standard and funny.

As for the functionality, I decided to perform input validation using regular expressions in such a way that the user simply cannot enter incorrect values, such as negative numbers, numbers with leading zeros, or fractional numbers where this is not intended.

About

The assignment that I did for the Wolt's software developer training program


Languages

Language:TypeScript 83.0%Language:HTML 8.8%Language:CSS 4.8%Language:JavaScript 3.4%