Skip to content

Commit

Permalink
Add links to running apps to README
Browse files Browse the repository at this point in the history
  • Loading branch information
akudev committed Jul 5, 2023
1 parent 7b92208 commit a087824
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# ui5-typescript-tutorial - Learn App Development in UI5 and TypeScript

## Description

**The app samples for the 2023 version of this tutorial are not available yet. Go [here](2022/README.md) for the samples of the 2022 version.**
These are the running app samples of the updated 2023 ui5-typescript-tutorial.

[In its `main` branch, this repository](https://github.com/SAP-samples/ui5-typescript-tutorial/blob/main/README.md) contains the respective tutorial instructions.



## Runnable Apps

The result of each exercise is a gradually extended app, starting from the empty template. Here you can have a look at each stage of the app after doing the respective exercise.<br>
<!--The main link opens the partially optimized build result where TypeScript sourcemaps are not available, but there is also a "debug" version where the original TypeScript sources can be debugged.-->

- [Exercise 1 - Create And Run Your Application](exercises/ex1/) <!-- ([debug version](exercises/ex1/debug/)) -->
- [Exercise 2 - Create the Initial User Interface and Load Data](exercises/ex2/) <!-- ([debug version](exercises/ex2/debug/)) -->
- [Exercise 3 - React on User Input](exercises/ex3/) <!-- ([debug version](exercises/ex3/debug/)) -->
- [Exercise 4 - Use Third-Party NPM Packages](exercises/ex4/) <!-- ([debug version](exercises/ex4/debug/)) -->
- [Exercise 5 - Create and Use a Custom Control](exercises/ex5/) <!-- ([debug version](exercises/ex5/debug/)) -->
- [Exercise 6 - Testing](exercises/ex6/) <!-- ([debug version](exercises/ex6/debug/)) -->

<!--In case the data cannot be loaded from the public API, you can see [the final stage of the application here](exercises/backup/) (using a backup copy of the data). [Here](exercises/backup/debug/) is the debuggable version.-->


## License
Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.

For the 2022 version:

The files inside the `2022/backup_data` directory are copyright by Marlon Lückert and licensed under the [CC-BY-4.0 license](LICENSES/CC-BY-4.0.txt).

The `2022/**/resources/chart.js/auto.js` files are copyright 2014-2021 Chart.js Contributors and licensed under the [MIT license](LICENSES/MIT.txt).

0 comments on commit a087824

Please sign in to comment.