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
- Host: GitHub
- URL: https://github.com/roundedtoken/ticketsearch
- Owner: RoundedToken
- Created: 2023-06-20T13:40:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T17:05:15.000Z (about 2 years ago)
- Last Synced: 2025-01-07T06:41:34.493Z (about 1 year ago)
- Topics: landing, nextjs, react, redux, scss, shri2023
- Language: TypeScript
- Homepage: https://ticketsearch.vercel.app
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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