diff options
author | crupest <crupest@outlook.com> | 2020-05-30 23:41:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 23:41:31 +0800 |
commit | 85360e8e755b4ce7fd1bd8531d78c06a3b9ffbdf (patch) | |
tree | 710a731990f9dc9a9475baebc5867298e6df33c4 /Timeline/ClientApp/README.md | |
parent | fc0521d81aa2293b94ea40b79ec0df80966c0278 (diff) | |
parent | 05c104022f71c3b19949205d5d23f07b4cd9a598 (diff) | |
download | timeline-85360e8e755b4ce7fd1bd8531d78c06a3b9ffbdf.tar.gz timeline-85360e8e755b4ce7fd1bd8531d78c06a3b9ffbdf.tar.bz2 timeline-85360e8e755b4ce7fd1bd8531d78c06a3b9ffbdf.zip |
Merge pull request #72 from crupest/merge-frontend
Merge frontend repo into this repo.
Diffstat (limited to 'Timeline/ClientApp/README.md')
-rw-r--r-- | Timeline/ClientApp/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Timeline/ClientApp/README.md b/Timeline/ClientApp/README.md new file mode 100644 index 00000000..9b265493 --- /dev/null +++ b/Timeline/ClientApp/README.md @@ -0,0 +1,16 @@ +# Welcome to Timeline! + +[](https://dev.azure.com/crupest-web/Timeline/_build/latest?definitionId=8&branchName=master) +[](https://dependabot.com) + +This is the first web app front-end of [me](https://github.com/crupest). + +It is written with [React](https://reactjs.org/) and [Typescript](https://www.typescriptlang.org/). + +The final product is hosting on my [Tencent Cloud](https://cloud.tencent.com/) Cloud Virtual Machine on https://www.crupest.xyz. + +Feel free to comment by opening an issue. + +### jibber-jabber + +I used to write the website with Angular, you can find the old project [here](https://github.com/crupest/Timeline-App), in which I build full unit tests and CI/CD. But I finally gave up for the complexity. Then I turned to flutter to build an Android app, which can be found [here](https://github.com/crupest/Timeline-Flutter). But as time passed by, it turned out that it is simpler than Angular but still very complicated. In the end, I got here and met React. First I use [Create React App](https://github.com/facebook/create-react-app) to bootstrap this and later turn to manually configured Webpack. I also adopt the [Material-UI](https://material-ui.com/). |