LisaBerteauSmith / agil-os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plnnr

##Description

Plnnr is a choose your own adventure style travel budgeting app and cost estimator. With very few required user inputs, Plnnr accesses city and date specific average prices for Transportation, Lodging, Meals, and Entertainment. Trip data is calculated on user budget preference for cost-saving trips to extravagant vacations. Trips are saved and rendered per user in the Trip Dashboard. Plnnr provides a complete cost breakdown for all your travel needs.

Built With

Client Side

Development server

  • Server - Run with npm run start server:dev

Build

Run npm start to build the project. The build artifacts will be stored in the dist/ directory. Navigate to http://localhost:3000/

Server Side

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 50.7%Language:HTML 35.9%Language:CSS 11.8%Language:JavaScript 1.6%