Electroplane Flights is a take-home technical interview test for the company Gordian that aims to present a component which renders two lists for both Outbound and Inbound flights, showing the departure and arrival times alongside the price and providing selection functionality alongside total cost calculation.
- Node.js
- pnpm (or another node Package Manager)
- Clone the repository:
git clone https://github.com/mattpsvreis/electroplane-flights.git
cd electroplane-flights- Install dependencies with
pnpm install
tip: You can install pnpm with: npm i -g pnpm.
To start the development server, run pnpm dev.
To build the application for production, run pnpm build.
To run the tests, use pnpm test.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.