Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.05 KB

Readme.md

File metadata and controls

43 lines (34 loc) · 1.05 KB

Big trip

About project

"Big Trip" is a modern service for real travelers. The service helps to plan a trip route in detail, calculate the cost of travel and get information about attractions. The minimalistic interface will not give you a reason to get distracted and will focus your attention on planning your trip.

The app allows to:

  • create, edit and delete events;
  • mark tasks as favorite;
  • sort events by Day, Time and Price;
  • filter events (Everything, Future, Past)
  • see total cost of the whole trip

Check the Demo

Stack

  • JS (ES6+)
  • Webpack
  • dayjs
  • (OOP, MVP)

⚙️ How To Run Locally

  1. clone repo with:
git clone git@github.com:BentonFraizer/big-trip.git
  1. go into the project folder with:
cd big-trip/
  1. install all dependencies with:
npm install
  1. run in the dev mode with:
npm start