Skip to content

MartinGK/travel-planner

Repository files navigation

Travel Planner

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.

Demo

You can see it here.

Tech Stack

Client: React, Redux, TailwindCSS, TypeScript, Radix-ui, Playwright, Jest

Deployment

To deploy this project run

  npm run build

or

  yarn build

Run Locally

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

Running Unit Tests

To run unit tests, run the following command

  npm run test

or

  yarn test

Running E2E Tests

To run e2e tests, run the following command

  npm run e2e

or

  yarn e2e

Appendix

Haversine Formula

License

MIT

Authors

Releases

No releases published

Packages

No packages published

Languages