Skip to content

PlayItBack keeps track of what videos and podcasts you've watched and lets you search through them for specific keywords.

Notifications You must be signed in to change notification settings

kodyang/playitback

Repository files navigation

Description

Ever remember listening to a specific topic or phrase in a podcast or youtube video but don't remember where you heard it? PlayItBack is the answer! PlayItBack keeps track of what videos and podcasts you've watched and lets you search through them for specific keywords. Its fast and easy!

PlatItBack was submitted to Hack The North 2020++, submission and demo video here: https://devpost.com/software/playitback

Visit the wesite here: https://playitback.z9.web.core.windows.net/

Local Development Quickstart

Client

Do this first

cd client
npm install

Running Locally

npm run start to run the client locally. It will automatically open on http://localhost:3000/

Creating a Production Build

npm run build to create a production build. It will update the files in client/build/

Server

Do this first

cd playitback
npm install

Running Locally

npm start to run the backend locally. The url is http://localhost:8000/. One thing to note is that the html/css/js served on this page is what exists in the client/build/ directory. To update this to the latest changes in the client, see Creating a Production Build.

About

PlayItBack keeps track of what videos and podcasts you've watched and lets you search through them for specific keywords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •