This is a React application for tracking expenses, built as part of the course "React - The Complete Guide 2023" by Maximilian Schwarzmüller.
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.
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.
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.
The project uses the following dependencies:
- react: ^18.2.0
- react-dom: ^18.2.0
- react-scripts: 5.0.1
2023-07-13.11-56-50.mp4
|
Menatalh Hossamalden |