Skip to content

Next.js v.13+ with App Routing pet project for searching cinema tickets

Notifications You must be signed in to change notification settings

RoundedToken/ticketSearch

Repository files navigation

Description

Next.js v.13+ with App Routing pet project for searching cinema tickets

You can find Figma design here

Technologies

Front-end stack

CI/CD stack

About the work done

  • The front-end is developed on NEXT.JS v.13+ with App Routing and mocked back-end on Express
  • An optimized component structure is implemented with optimal balance in SSR and SSG
  • Pixel perfect layout matching the Figma mockup
  • Optimized Redux store and component rendering
  • Practiced with React portal, custom hooks, debounced input
  • Practiced with higher order component, compound component, and render prop patterns