From fff92d435d20b4c68fcc6221c14a5057aa85cb83 Mon Sep 17 00:00:00 2001
From: niekyw <71542201+niekyw@users.noreply.github.com>
Date: Thu, 27 Jul 2023 04:36:15 -0400
Subject: [PATCH] added skeleton
---
README.md | 53 +++++++++++++++++++++++
case-study-skeleton/.DS_Store | Bin 0 -> 6148 bytes
case-study-skeleton/app.py | 16 +++++++
case-study-skeleton/static/.DS_Store | Bin 0 -> 6148 bytes
case-study-skeleton/static/css/style.css | 0
case-study-skeleton/templates/index.html | 10 +++++
6 files changed, 79 insertions(+)
create mode 100644 README.md
create mode 100644 case-study-skeleton/.DS_Store
create mode 100644 case-study-skeleton/app.py
create mode 100644 case-study-skeleton/static/.DS_Store
create mode 100644 case-study-skeleton/static/css/style.css
create mode 100644 case-study-skeleton/templates/index.html
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..936714c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,53 @@
+# Project Document
+
+
+
+## Your final outcome:
+- You will build a *dynamic* **web application** using the CS tools you learned so far!
+
+
+## Project Plan:
+In this challenge, you are assigned a [Company] who came to you with a problem statement. Brainstorm ways to solve the problem, and integrate your CS skills in the solution!
+
+
+## Official Requirements:
+Final Outcome:
+- User Interactivity/Friendliness
+- Uses Flask (Routing & Forms)
+- Databases implemented (2 functions of C(reate) R(ead) U(pdate) D(elete))
+
+
+### Bonus:
+- APIs
+
+
+
+## Why should you care?
+You learned about Front-end (HTML, CSS and JS) and Back-end (Python, Flask and Firebase). Now it’s time to put all of this knowledge combined together to the test!
+The best way to practice and solidify all of these new concept in programming is to actually implement it, so this project gives you a chance to make practical use of what you’ve learned.
+
+
+## Brainstorming:
+1. Brainstorm ways you can use a web application to solve your company's challenge.
+- Can be on paper & pen or a tool of your choice. *Make sure to save your documentation somewhere safe as you are encouraged to submit it!*
+
+## Storyboarding & Wireframing:
+1. Draw the storyboards and wireframe of your different pages!
+- Can be on paper & pen or a wireframing tool of your choice (such as [NinjaMock](https://ninjamock.com/)).
+- For getting a color scheme, here's a [useful website](https://coolors.co/)
+- Wireframe example:
+
+
+- Storyboard example:
+
+
+
+## Building/Workflow:
+1. Brainstorming
+2. Writing down your plan *(must)*, Storyboarding & Wireframing *must)* + Choosing a color scheme *(optional)*
+3. Implementation (Coding + building everything together)
+
+
+
+
+Don't forget the entrep and CS team is always here for you! To help push and support your work and creativity. Don't hesitate to approach anyone on the team for anything on your mind!
diff --git a/case-study-skeleton/.DS_Store b/case-study-skeleton/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..5b80eae8dab05ca466a0e3827216b6df84715ffd
GIT binary patch
literal 6148
zcmeHKyG{c!5S)bwC89}5>0jUvPEqm&`~Z-oKspqpBmGr;7oW!L1BvLMNI?_LO6#%L
zJGMNaMPOFLjBi);3ELEN7@Z*pCzEh64093LXm-Kv_hj*eGIX@
zw?j+T)zlUm?V>q+Xuer(ih*ggixzBPT3r}OfCOd)y4VkP{vY6<=Kom>w
+
+
+
+
+
+
+
+
+
\ No newline at end of file