This project was created as a part of the Frontend Bootcamp organized by CSI-KJSCE for an event. The purpose of this project is to create a simple expense tracker that can be used to track expenses.
To get started with the project, you can clone the repository using the following command:
git clone https://github.com/CSI-KJSCE/expense-tracker.git
cd complete_code # This is the complete code for the project
# OR
cd starter_code # Starter code to make the project from scratch
Once you have cloned the repository, you can open the /complete_code/index.html file in your browser to see the expense tracker in action.
The expense tracker has the following features:
- Ability to add expenses with a name and amount
- Ability to view a list of all expenses
- Ability to delete expenses from the list
The expense tracker was built using the following technologies:
- HTML
- CSS
- JavaScript