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 build
or
yarn build
Clone the project
git clone https://github.com/MartinGK/travel-planner.git
or
git clone [email protected]:MartinGK/travel-planner.git
Go to the project directory
cd travel-planner
Install dependencies
npm install
or
yarn
Start the server
npm run start
or
yarn start
To run unit tests, run the following command
npm run test
or
yarn test
To run e2e tests, run the following command
npm run e2e
or
yarn e2e