Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 575 Bytes

Delivery Fee Calculator

This project is a delivery fee calculator that allows users to input their cart value, distance, number of items, and order date to calculate the delivery fee. It was built using React, TypeScript, Jest, React Testing Library, and CSS.

Getting Started

Requirements

  • node version 20.11.0 or above
  • npm version 9.8.1 or above

Installing

To start this project, in the deliveryFeeCalculator directory, run the following:

  • npm install
  • npm run dev

Testing

To run the tests, run:

  • npm run test

Author

Francieli Sauthier