Skip to content

spideyinf/react-integrated-test-app-demo

Repository files navigation

React Movies App

Project live Url: https://rmtn-entrance.web.app/

This project was bootstrapped with Create React App using Typescript, TailwindUI.

The project target summary:

  • Quick setup Creat-react-app with Typescript and fast integration serverless with Firestore and Firebase authentication.
  • Quick styling with TailwindCSS and headless UI
  • Simple app with auth flow, user can login/register then they can search for any Youtube video and bookmark it as a favorite list.
  • General approach for testing: Unit test and Integration test with Jest and testing-library/react
  • General approach for end-to-end testing with Puppeteer

All suggestions are welcome at phuchoang.inf@gmail.com

Commands

  • Install packages
  yarn install
  • Start dev server
  yarn start
  • Front end testing demo
  yarn test
  • Running all tests
  yarn test --watchAll=false
  • Production build
  yarn build

About

React Movies App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published