Giter VIP home page Giter VIP logo

travelcost's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @HaDuve a React Native Developer
  • ๐Ÿ‘€ I'm interested in Travelling & Food, Surfing, Music, Mindset & Psychology
  • ๐ŸŒฑ I have developed a Travel Expense Tracker App called Budget For Nomads
  • ๐Ÿ’ž๏ธ I'm looking to collaborate on publishing Apps
  • ๐Ÿ“ซ How to reach me [email protected]

travelcost's People

Contributors

haduve avatar

Stargazers

 avatar

Watchers

 avatar

travelcost's Issues

Create an Overview Page

it should show:

  • how much of a total budget we have (over all travellers) and how much of that was is already spent (numbers)
  • how much was spent per person (numbers + pie chart)
  • how much was spent per country (numbers + pie chart)
  • how much was spent per category (numbers + pie chart)

learn npm commands

commands to use in terminal from vs code:

npm install

  • (run this into local terminal first if you downloaded from github)
  • (good if you dont have all dependencies installed)

npm run start

  • (starts the developement server of the project into a local host)
  • (you can always shut down the server with ctr-C)

Create a json file for cost calculation

from #4 :

  • First we need to create a json file like the following:
{
  "costs": [
    {
      "date": "12/12/1990",
      "description": "travelling stuff...",
      "category": "traffic/home/meals/other",
      "country": "Sri Lanka",
      "place": "Colombo",
      "price": 123,
      "whopaid": "H"
      "oweperc": 50,
      "id": 1
    },
    {
      "date": "12/12/1990",
      "description": "travelling stuff...",
      "category": "traffic/home/meals/other",
      "country": "Sri Lanka",
      "place": "Colombo",
      "price": 123,
      "whopaid": "T"
      "oweperc": 50,
      "id": 2
    }
  ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.