An open API service indexing awesome lists of open source software.

https://github.com/roundedtoken/ticketsearch

Next.js v.13+ with App Routing pet project for searching cinema tickets
https://github.com/roundedtoken/ticketsearch

landing nextjs react redux scss shri2023

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# [ticketSearch](https://ticketsearch.vercel.app/)
## Description
Next.js v.13+ with App Routing pet project for searching cinema tickets




You can find `Figma` design [here](https://www.figma.com/file/RarL3OIF4TjNMCOpBzgbhB/%D0%9C%D0%B0%D0%BA%D0%B5%D1%82%D1%8B-%D0%91%D0%B8%D0%BB%D0%B5%D1%82%D0%BE%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-(Copy)?mode=dev)

## 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