In my project I fetch data from https://www.omdbapi.com/.
You can search what movies are in the database and click on a movie you want to checks its details.
You can check my project at https://valentinaotocan.github.io/movie-search/.
I've set up this React project with Vite, with TypeScript integrated.
For styling, I used SCSS and followed the BEM methodology for naming my SCSS classes.
- download or clone the repository
- npm install
- npm run dev