Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/disneyplusreplica
A replica of the Disney+ principal page built using React and Vite.
https://github.com/bl33h/disneyplusreplica
eslint netlify npm react replication storybook vitest
Last synced: 13 days ago
JSON representation
A replica of the Disney+ principal page built using React and Vite.
- Host: GitHub
- URL: https://github.com/bl33h/disneyplusreplica
- Owner: bl33h
- Created: 2023-06-04T17:52:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:35:36.000Z (over 1 year ago)
- Last Synced: 2024-11-20T20:35:49.453Z (2 months ago)
- Topics: eslint, netlify, npm, react, replication, storybook, vitest
- Language: JavaScript
- Homepage: https://disneyplusreplica.netlify.app/
- Size: 10.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# disneyPlusReplica
A replica of the Disney+ principal page built using React and Vite. The Vitest and Storybook technologies were also implemented for testing.
Features •
How To Use •
Testing •
Packages
## Features
* Vite
```bash
# Install dependencies
$ npm i
# run the app
$ npm run dev
```
* CSS modules
```bash
# Install dependencies
$ npm install vite-plugin-react-css-modules
```* Storybook
```bash
# Install dependencies
$ npx sb init
```* Vitest
```bash
# 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](https://git-scm.com) and [Vite](https://vitejs.dev/) installed on your computer. From your command line:
```bash
```bash
# Clone this repository
$ git clone https://github.com/bl33h/disneyPlusReplica# Install dependencies
$ npm i# Run the app
$ npm run dev
```## Testing
* For Vitest
```bash
# Run the tests
$ npm test
```* For Storybook
```bash
# Run the test
$ npm run storybook
```## Packages
This software uses the following open source packages:
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)