From f7ff74bfbb0edd4e7394975bbfa5213ac10b75df Mon Sep 17 00:00:00 2001 From: Phillip Cabrera Date: Sun, 16 Oct 2022 17:30:04 -0400 Subject: [PATCH] Coworking Finder Added --- Projects/3-Advanced/Coworking-finder.md | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 Projects/3-Advanced/Coworking-finder.md diff --git a/Projects/3-Advanced/Coworking-finder.md b/Projects/3-Advanced/Coworking-finder.md new file mode 100644 index 00000000..878c6241 --- /dev/null +++ b/Projects/3-Advanced/Coworking-finder.md @@ -0,0 +1,23 @@ +# Coworking Finder + +**Tier:** Add corresponding tier 3-Advanced) + +Smart finder for spaces to work, meet or relax. + + +- Create an online solution to help managers, executives and the general public who need to rent an ideal space for their work team. + +## User Stories + +- [x] Free publish spaces +- [x] In App Chat +- [x] Spaces updated in real time +- [x] Spaces description (The most notable is the quality of the internet in each space) + + +## Useful links and resources + +- [CoWoFI](https://github.com/Cowofi/cowofi) + +## Example projects +- [CoWoFi](https://cowofi.netlify.app/) \ No newline at end of file diff --git a/README.md b/README.md index f6557617..cb72ba97 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ required to complete them. | [Calorie Counter](./Projects/3-Advanced/Calorie-Counter-App.md) | Calorie Counter Nutrition App | 3-Advanced | | [Chat App](./Projects/3-Advanced/Chat-App.md) | Real-time chat interface | 3-Advanced | | [Contribution Tracker App](./Projects/3-Advanced/Contribution-Tracker-App.md) | Track funds donated to charity | 3-Advanced | +|[Coworking finder]() | Find perfect spaces to work | 3-Advanced | [Elevator](./Projects/3-Advanced/Elevator-App.md) | Elevator simulator | 3-Advanced | | [Fast Food Simulator](./Projects/3-Advanced/FastFood-App.md) | Fast Food Restaurant Simulator | 3-Advanced | | [Instagram Clone](./Projects/3-Advanced/Instagram-Clone-App.md) | A clone of Facebook's Instagram app | 3-Advanced |