Skip to content

achodor/gogotube

Repository files navigation

gogotube - YouTube Clone

Made with:

  • React
  • React Router v6
  • TailwindCSS
  • Playwright
  • Vitest
  • React Testing Library

Development

Install dependencies

npm install

Add env variables

VITE_YT_API_KEY=<YOUR API KEY>

Run the app

npm run dev

App will run on localhost:5173

Testing

Unit testing with Vitest and React Testing Library

npm run test:unit

E2E testing with Playwright

npm run test:e2e