This is a simple application that allows users to add fruits to a list and then calculate the total number of the fruits in the list. The user can also remove fruits from the list.
- Clone the repository
- Run
npm installto install the dependencies - Run
ng serveto start the application
- Enter the name of the fruit in the input field
- Click the "Add Fruit" button to add the fruit to the list
- Click the "Delete" button to remove the fruit from the list
- Click the "Edit" button to edit the fruit in the list
This project is licensed under the MIT license.

