A simple web application to help you plan and manage your trips.
- 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
- Open the application in a web browser
- Set the total budget per head and number of people
- Click the "Update" button to save the changes
- Add expenses by entering the name and cost, and clicking the "Add Expense" button
- View the total cost per head and overall cost in the tables
- Edit expenses by clicking the "Edit" button, making changes, and clicking the "Update Expense" button
- Delete expenses by clicking the "Delete" button
- Clear all data by clicking the "Clear All" button
- 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
- Add more features, such as categorizing expenses and generating reports
- Improve user interface and user experience
- Consider using a backend database for storing data
- Fork the repository and make changes
- Submit a pull request with a description of the changes
- Follow standard coding practices and conventions