https://github.com/manku27/movie_guide
Check upcoming movies and get their details
https://github.com/manku27/movie_guide
infinite-scroll react-query react-router reactjs typescript vite
Last synced: about 2 months ago
JSON representation
Check upcoming movies and get their details
- Host: GitHub
- URL: https://github.com/manku27/movie_guide
- Owner: Manku27
- Created: 2023-08-15T06:07:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T06:03:46.000Z (over 2 years ago)
- Last Synced: 2025-06-22T11:35:41.541Z (about 1 year ago)
- Topics: infinite-scroll, react-query, react-router, reactjs, typescript, vite
- Language: TypeScript
- Homepage: https://voluble-cassata-8ff79a.netlify.app/
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
to Run : `yarn dev`
# Objective
Part of an interview project, no real learnings.
# Notes
I chose to use `react-query` to manage data fetching as it provides out of the box caching which impacts the performance a lot.
I have tried to make the app fast and performant.
I would have introduced code splitting if the js bundles would have been heavier , it seemed over optimization at this point.
I would have spent a little more time on the design and UI part, as I have not spent much time on it and it can be better.