Responsive movies and tv show application buit with...
- NextJS – React Framework...
- Chakra UI – Chakra UI provides a set of accessible, reusable, and composable React components...
- Prisma - Prisma is a next-generation ORM with PostgreSQL
git clone https://github.com/hamidihekmat/nos-ui.git
cd nos-ui
yarn dev
# or
npm run devDeploy it to the cloud view demo
The goal of this project was to get comfortable with Typescript and UI component library...
What I learned....
- Fimilarized myself with
Typescript,Styled Components&CSS - Learned about
NextJSimage optimization andSWRcaching - Created resuable components to reduce code duplication
- Designed
responsiveUI layouts - Created multiple custom hooks e.g
Intersection ObserverHook for infinite scrolling


