Skip to content

sibycr18/Trip-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trip Planner

A simple web application to help you plan and manage your trips.

Features

  • Set a total budget per head and number of people
  • Add expenses with name and cost
  • View total cost per head and overall cost
  • Edit and delete expenses
  • Clear all data

How to Use

  1. Open the application in a web browser
  2. Set the total budget per head and number of people
  3. Click the "Update" button to save the changes
  4. Add expenses by entering the name and cost, and clicking the "Add Expense" button
  5. View the total cost per head and overall cost in the tables
  6. Edit expenses by clicking the "Edit" button, making changes, and clicking the "Update Expense" button
  7. Delete expenses by clicking the "Delete" button
  8. Clear all data by clicking the "Clear All" button

Technical Details

  • Built using HTML, CSS, and JavaScript
  • Uses local storage to store data
  • Includes functions for adding, editing, and deleting expenses, as well as clearing all data

Future Development

  • Add more features, such as categorizing expenses and generating reports
  • Improve user interface and user experience
  • Consider using a backend database for storing data

Contributing

  • Fork the repository and make changes
  • Submit a pull request with a description of the changes
  • Follow standard coding practices and conventions

License