https://github.com/przbadu/show_and_tell
Minimal feature app, with only sign in with google feature, and user are allowed to store their presentation link and title, so that they can referr to it in future and filter them.
https://github.com/przbadu/show_and_tell
Last synced: about 1 month ago
JSON representation
Minimal feature app, with only sign in with google feature, and user are allowed to store their presentation link and title, so that they can referr to it in future and filter them.
- Host: GitHub
- URL: https://github.com/przbadu/show_and_tell
- Owner: przbadu
- Created: 2020-10-31T08:09:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T05:02:03.000Z (over 4 years ago)
- Last Synced: 2025-02-14T22:47:42.603Z (3 months ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Show and Tell
## Features
- Ability to sing in with google
- Allow user to view all presentations done by colleague
- Ability to add their own presentation
- Search presentation by title
- Filter presentation by presenter and date.## Stacks
- [React](https://reactjs.org/)
- [Context api](https://reactjs.org/docs/context.html)
- [firebase](https://firebase.google.com/)
- [Material UI](https://material-ui.com/)