Skip to content

A simple Expense tracker made for event Frontend Bootcamp conducted by CSI-KJSCE

Notifications You must be signed in to change notification settings

CSI-KJSCE/Expense_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker

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.

Getting Started

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.

Features

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

Technologies Used

The expense tracker was built using the following technologies:

  • HTML
  • CSS
  • JavaScript

Resources

Live Website Link: Expense Tracker