A simple react app to provide a way for the user to manage the TV shows that are being watched at the moment
To install dependencies and run the dev environment
npm install
npm start
This simple app runs on json-server. So to get it started you'll also need to run
json-server --watch db.json --port 3001
The code is licensed under the MIT License