Skip to content

StanislavMamulin/react-rss

Repository files navigation

Movies

Show popular movies and search for movie descriptions from The Movie Database (TMDB) using an API.

Technologies and tools

  • React with Hooks
  • Redux, Redux Toolkit Query
  • React Hook Form
  • Server-side rendering (SSR) with Node.js and Express
  • Unit testing (Vitest), E2E testing (Cypress), React Testing Library, MSW

Commands:

  • Run server for SSR:
npm run start
  • Run eslint checking:
npm run lint
  • Running E2E tests and displaying a coverage report:
npm run cy:cover
  • Running unit tests and displaying a coverage report:
npm run vi:cover

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published