Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 560 Bytes

movie-search

📽️ About:

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.

🎞 Demo link:

You can check my project at https://valentinaotocan.github.io/movie-search/.

📺 Technologies:

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.

🔽 Setup:

  • download or clone the repository
  • npm install
  • npm run dev