This project can get a list of to do items from a user and then translate all the items to German language.
- The user can add any number of items to the list by typing the item and clicking on 'Add to list' button.
- Then, the user can translate the list to the german language by clicking on 'Translate' button.
- This project uses Angular and Google Translation API.
- The to do list is sent to the API to query the translated to do list.
- First, download the source code into your machine.
- Run
npm install
which will install the node package modules required for this project. - Run
ng serve
for a dev server. - Navigate to
http://localhost:4200/
. - The application will automatically reload if you change any of the source files.
This project was generated with Angular CLI version 15.2.1.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.