A SPA app that allows people to perform searches to know the distance of a route that may consist of 2 or more cities, to enable them to plan their travel.
You can see it here.
Client: React, Redux, TailwindCSS, TypeScript, Radix-ui, Playwright, Jest
To deploy this project run
npm run buildor
yarn buildClone the project
git clone https://github.com/MartinGK/travel-planner.gitor
git clone git@github.com:MartinGK/travel-planner.gitGo to the project directory
cd travel-plannerInstall dependencies
npm installor
yarnStart the server
npm run startor
yarn startTo run unit tests, run the following command
npm run testor
yarn testTo run e2e tests, run the following command
npm run e2eor
yarn e2e