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 dev
Deploy 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
NextJS
image optimization andSWR
caching - Created resuable components to reduce code duplication
- Designed
responsive
UI layouts - Created multiple custom hooks e.g
Intersection Observer
Hook for infinite scrolling