Skip to content

bl33h/disneyPlusReplica

Repository files navigation

disneyPlusReplica

A replica of the Disney+ principal page built using React and Vite. The Vitest and Storybook technologies were also implemented for testing.


Disney+

FeaturesHow To UseTestingPackages

Try it out here

Features

  • Vite
# Install dependencies
$ npm i
# run the app
$ npm run dev
  • CSS modules
# Install dependencies
$ npm install vite-plugin-react-css-modules
  • Storybook
# Install dependencies
$ npx sb init
  • Vitest
# Install dependencies
$ npm install --save-dev vitest @testing-library/react @testing-library/jest-dom

How To Use

To clone and run this application, you'll need Git and Vite installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/bl33h/disneyPlusReplica

# Install dependencies
$ npm i

# Run the app
$ npm run dev

Testing

  • For Vitest
# Run the tests
$ npm test
  • For Storybook
# Run the test
$ npm run storybook

Packages

This software uses the following open source packages: