Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

This is a React application for tracking expenses, built as part of the course "React - The Complete Guide 2023" by Maximilian Schwarzmüller.

Getting Started

To get started with the project, clone this repository to your local machine and navigate to the project directory.

git clone https://github.com/MennaTalhHossamAlden/Expense-Tracker.git
cd Expense-Tracker

Then, install the dependencies using npm or yarn.

npm install
# or
yarn install

You can then run the application using the following command:

npm start
# or
yarn start

The application will be available at http://localhost:3000 ↗ in your browser.

Features

The application allows users to add expenses, and view a list of all expenses. It also provides a summary of total expenses for the selected year.

Folder Structure

The project has the following folder structure:

  • public/: Contains the index.html file and other static assets.
  • src/: Contains the source code for the application.
    • components/: Contains the React components used in the application.
    • App.js: The root component of the application.
    • index.js: The entry point of the application.

Dependencies

The project uses the following dependencies:

  • react: ^18.2.0
  • react-dom: ^18.2.0
  • react-scripts: 5.0.1

video

2023-07-13.11-56-50.mp4

Contributors

Menatalh Hossamalden
Menatalh Hossamalden

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages