/cinelib

A website similar to themoviedb

Primary LanguageTypeScript

Introduction

A website similar to themoviedb, all APIs are from themoviedb's public APIs. UI of this website was designed carefully in Figma, i tried to make the UI as friendly and as minimal as possible. This pure react project was bootstrapped by create-react-app with some little modifications.

The live demo is actually a Github Page so it doesn't support any routes except the home route which is /cinelib.

Links

Packages used to create this project

  • Styled-components
  • create-react-app
  • react-router
  • axios
  • TypeScript