From 9d316d6ceaa439f650f9b52efbe2321a817b0044 Mon Sep 17 00:00:00 2001 From: wleong1 Date: Mon, 15 Apr 2024 23:19:01 +0100 Subject: [PATCH] Added demo link. --- README.md | 2 ++ docs/tutorials.md | 16 ---------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100755 docs/tutorials.md diff --git a/README.md b/README.md index 7a1af3e..166f838 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ StockTracker is a Python application that help analyse and visualise stock perfo Please head to [StockTracker](https://wleong1.github.io/StockTracker/) for more detailed explanation. +A version of the web app that contains part of the database has been deployed [here](https://wleong1-stocktracker.streamlit.app/). + ## Table of Contents - [Project Description](#project-description) diff --git a/docs/tutorials.md b/docs/tutorials.md deleted file mode 100755 index 384f1d6..0000000 --- a/docs/tutorials.md +++ /dev/null @@ -1,16 +0,0 @@ -This part of the project documentation focuses on a -**learning-oriented** approach. You'll learn how to -get started with the code in this project. - -> **Note:** Expand this section by considering the -> following points: - -- Help newcomers with getting started -- Teach readers about your library by making them - write code -- Inspire confidence through examples that work for - everyone, repeatably -- Give readers an immediate sense of achievement -- Show concrete examples, no abstractions -- Provide the minimum necessary explanation -- Avoid any distractions \ No newline at end of file