Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bentonfraizer/big-trip

"Big Trip" is a service for real travelers. The service helps to plan a trip route in detail, calculate the cost of travel and get information about attractions.
https://github.com/bentonfraizer/big-trip

dayjs-plugin javascript mvp-architecture oop

Last synced: 10 days ago
JSON representation

"Big Trip" is a service for real travelers. The service helps to plan a trip route in detail, calculate the cost of travel and get information about attractions.

Awesome Lists containing this project

README

        

# 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](https://external.ink?to=/bentonfraizer.github.io/big-trip/)

### Stack
- JS (ES6+)
- Webpack
- dayjs
- (OOP, MVP)

### ⚙️ How To Run Locally

1. clone repo with:
```
git clone [email protected]:BentonFraizer/big-trip.git
```
2. go into the project folder with:
```
cd big-trip/
```
3. install all dependencies with:
```
npm install
```
4. run in the **dev** mode with:
```
npm start
```