Skip to content

Ruberoni/drama-keeper

Repository files navigation

Drama Keeper

Live demo

drama-keeper-client.vercel.app

Keep a record of the films you want to see or the ones you have watched.

pc_loggedin_home

Goals

  • Integrate a backend with a frontend
  • Learn TypeScript
  • Deploy a Fullstack app
  • Learn React
  • Use my custom hooks in react
  • Use react context
  • Integrate a third-party API

About the project

In Drama Keeper you can create an account and have a database to save the films you want to see and the ones you already watched.

The server uses the TMDb API to get film poster image.

Any image is saved in the DB. Only the poster path.

Screenshots

mobile_loggedin pc_addfilm_loggedin pc_home_loggedout

Tech used

Build the app

What you need before

Steps

  1. Clone this repository
  2. With terminal project root folder, to install dependencies run:
$ yarn && cd client && yarn
  1. Rename the file .env.example to .env and fill it.
  2. Run the app:
$ yarn dev

The app should run ok.

Contact me!

Attribution

For the film posters, TMDb is used.

About

Keep a record of the films watched

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published