Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 656 Bytes

WatchTime

https://watch-time.netlify.app

A react app for showing upcoming movies and tv shows in a minimal way.

Project is configured from scratch using wepack and babel configuration for react.

This project is still under construction (In Development)

Tech Stack

Client/UI: React, Redux, Redux-Thunk, TailwindCSS, SCSS, Immer

Data: TMDB Api service is used for fetching the data

Lessons Learned

  • Creating weback and babel configuration from scratch for working of react and react-dom.
  • Creating Hight order components efficiently
  • Setting up prettier and eslint for code styles