Application for searching movie by keyword.
- Search list of movies.
- Open movie's details by clicking on the card.
- Select favorite movies and download details to the .csv file.
- Control the application theme.
- Frontend:
- React JS
- Redux Toolkit
- RTK Query
- TypeScript
- Vitest
- HTML, SCSS
- Backend:
- [OMDb API] (https://www.omdbapi.com/)
- Clone this repository:
git clone https://github.com/tanykos/movies-search
- Install all dependencies in the project's folder:
npm install
- Run the project:
npm run dev