A tracking app that helps you keep better track of your tv-show activity.
Users can add & remove tv shows from their watchlist. The search bar can be easily accessed by users to look up different tv shows. Once the results are displayed, the user has two options:
Sign Up & Log In:
Standard Log-In and Sign-Up pages implemented with different validations and Auth0.
JWT/Auth0 & LocalStorage:
Utilized JWT, Auth0, and LocalStorage to allow users to stay log-in, improving user experience.
- React
- JavaScript
- HTML/CSS
- JWT & Auth0
- Ruby on Rails - API
- Bcrypt
- Postgresql
- The Movie DB API - tv-shows Data
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NPM
- Ruby
- Postgresql
- The Movie DB API Key
- Set up Backend Server
- Clone/Download Repo.
- move into project
cd tv-show-tracker-client
- install dependencies
npm i
- run client with npm start
npm start
- social interaction between users
- individual episode tracking
- creating multiple watch-lists