Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bentonfraizer/big-trip
- Owner: BentonFraizer
- Created: 2022-04-26T14:22:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T13:39:14.000Z (about 2 years ago)
- Last Synced: 2023-03-11T02:59:04.725Z (almost 2 years ago)
- Topics: dayjs-plugin, javascript, mvp-architecture, oop
- Language: HTML
- Homepage: https://bentonfraizer.github.io/big-trip/
- Size: 843 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
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
```